#c09b3c

Color #C09B3C Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #C09B3C

Tints of Roti #C09B3C

Color information

#C09B3C (or 0xC09B3C) is unknown color: approx Roti. HEX triplet: C0, 9B and 3C. RGB value is (192,155,60). Sum of RGB (Red+Green+Blue) = 192+155+60=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B3C is #3F64C3. Grayscale: #9B9B9B. Windows color (decimal): -4154564 or 3972032. OLE color: 3972032.

HSL color Cylindrical-coordinate representation of color #C09B3C: hue angle of 43.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C09B3C is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19215560-
CMYK00.190.690.25
HSL43.18º52.38%49.41%-
HSV(B)43.18º68.75%75.29%-
XYZ34.2834.989.22-
YUV155.2374.26154.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 47.17%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 60 (23.83% from 255) = 14.74%
R=47.17%
G=38.08%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921556000.190.690.2543.1852.3849.41
HexC09B3C01345192b3431
Octal3002337402310531536461
Binary1100000010011011111100010011100010111001101011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c09b3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c09b3c; }

 p { color: rgb(192,155,60); }

 H1.HeaderClassName
 {
   color: #c09b3c;
 }
 .AnyTagClassName
 {
   color: #c09b3c;
 }
</style>
background-color css

<style>
 a { background-color: #c09b3c; }

 a { background-color: rgb(192,155,60); }

 div.DivClassName
 {
   background-color: #c09b3c;
 }
 .BgClassName
 {
   background-color: #c09b3c;
 }
</style>
border-color css

<style>
 span { border-color: #c09b3c; }

 span { border-color: rgb(192,155,60); }

 td.TdClassName
 {
   border-color: #c09b3c;
 }
 .TagClassName
 {
   border-color: #c09b3c;
 }
</style>