#C09B3B

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

Shades of Roti #C09B3B

Tints of Roti #C09B3B

Color information

#C09B3B (or 0xC09B3B) is unknown color: approx Roti. HEX triplet: C0, 9B and 3B. RGB value is (192,155,59). Sum of RGB (Red+Green+Blue) = 192+155+59=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 59 (23.44% from 255 or 14.53% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B3B is #3F64C4. Grayscale: #9B9B9B. Windows color (decimal): -4154565 or 3906496. OLE color: 3906496.

HSL color Cylindrical-coordinate representation of color #C09B3B: hue angle of 43.31º degrees, saturation: 0.53, 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 #C09B3B is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19215559-
CMYK00.190.690.25
HSL43.31º52.99%49.22%-
HSV(B)43.31º69.27%75.29%-
XYZ34.2534.969.08-
YUV155.1273.76154.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 59 (23.44% from 255) = 14.53%
R=47.29%
G=38.18%
B=14.53%

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
Decimal1921555900.190.690.2543.3152.9949.22
HexC09B3B01345192b3531
Octal3002337302310531536561
Binary1100000010011011111011010011100010111001101011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09B3B; }

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

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

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

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

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

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

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

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