Html Css Color HEX #C4A139 Roti

📋 copy color: '#C4A139'

red 196 ◦ green 161 ◦ blue 57

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

Shades of Roti #C4A139

Tints of Roti #C4A139

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

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

R = 47.34%
G = 38.89%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C4A139 (or 0xC4A139) is known color: Roti. HEX triplet: C4, A1 and 39. RGB value is (196,161,57). Sum of RGB (Red+Green+Blue) = 196+161+57=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 57 (22.66% from 255 or 13.77% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A139 is #3B5EC6. Grayscale: #A0A0A0. Windows color (decimal): -3890887 or 3776964. OLE color: 3776964.

HSL color Cylindrical-coordinate representation of color #C4A139: hue angle of 44.89º 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 #C4A139 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 161 57 -
CMYK 0 0.18 0.71 0.23
HSL 44.89º 0.55% 0.5% -
HSV(B) 44.89º 0.71% 0.77% -
XYZ 36.25 37.52 9.2 -
YUV 159.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 196 161 57 0 0.18 0.71 0.23 44.89 0.55 0.5
Hex C4 A1 39 0 12 47 17 2D 37 32
Octal 304 241 71 0 22 107 27 55 67 62
Binary 11000100 10100001 111001 0 10010 1000111 10111 101101 110111 110010

Color Harmonies of #C4A139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A139

Black with #C4A139

Text Example


Text Example

White with #C4A139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A139; }

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

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

background-color css

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

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

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

border-color css

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

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

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