Html Css Color HEX #C49D39 Roti

📋 copy color: '#C49D39'

red 196 ◦ green 157 ◦ blue 57

#C49D39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roti #C49D39

Tints of Roti #C49D39

RGB

 RED value IS 196 (76.95% from 255) = 47.8%

 GREEN value IS 157 (61.72% from 255) = 38.29%

 BLUE value IS 57 (22.66% from 255) = 13.9%

R = 47.8%
G = 38.29%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C49D39 (or 0xC49D39) is known color: Roti. HEX triplet: C4, 9D and 39. RGB value is (196,157,57). Sum of RGB (Red+Green+Blue) = 196+157+57=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D39 is #3B62C6. Grayscale: #9D9D9D. Windows color (decimal): -3891911 or 3775940. OLE color: 3775940.

HSL color Cylindrical-coordinate representation of color #C49D39: hue angle of 43.17º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C49D39 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 157 57 -
CMYK 0 0.20 0.71 0.23
HSL 43.17º 0.55% 0.5% -
HSV(B) 43.17º 0.71% 0.77% -
XYZ 35.56 36.15 8.97 -
YUV 157.26 71.42 155.63 -
System Red Green Blue C M Y K H S L
Decimal 196 157 57 0 0.20 0.71 0.23 43.17 0.55 0.5
Hex C4 9D 39 0 14 47 17 2B 37 32
Octal 304 235 71 0 24 107 27 53 67 62
Binary 11000100 10011101 111001 0 10100 1000111 10111 101011 110111 110010

Color Harmonies of #C49D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D39

Black with #C49D39

Text Example


Text Example

White with #C49D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D39; }

 p { color: rgb(196,157,57); }

 H1.HeaderClassName
 {
   color: #C49D39;
 }
 .AnyTagClassName
 {
   color: #C49D39;
 }
</style>

background-color css

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

 a { background-color: rgb(196,157,57); }

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

border-color css

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

 span { border-color: rgb(196,157,57); }

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