#C39D3B

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

Shades of Roti #C39D3B

Tints of Roti #C39D3B

Color information

#C39D3B (or 0xC39D3B) is unknown color: approx Roti. HEX triplet: C3, 9D and 3B. RGB value is (195,157,59). Sum of RGB (Red+Green+Blue) = 195+157+59=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39D3B is #3C62C4. Grayscale: #9D9D9D. Windows color (decimal): -3957445 or 3907011. OLE color: 3907011.

HSL color Cylindrical-coordinate representation of color #C39D3B: hue angle of 43.24º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C39D3B is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19515759-
CMYK00.190.700.24
HSL43.24º53.54%49.8%-
HSV(B)43.24º69.74%76.47%-
XYZ35.3536.039.23-
YUV157.1972.59154.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.45%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 59 (23.44% from 255) = 14.36%
R=47.45%
G=38.20%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951575900.190.700.2443.2453.5449.8
HexC39D3B01346182b3632
Octal3032357302310630536662
Binary1100001110011101111011010011100011011000101011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39D3B; }

 p { color: rgb(195,157,59); }

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

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

 a { background-color: rgb(195,157,59); }

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

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

 span { border-color: rgb(195,157,59); }

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