Html Css Color HEX #C46414 Chocolate

📋 copy color: '#C46414'

red 196 ◦ green 100 ◦ blue 20

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

Shades of Chocolate #C46414

Tints of Chocolate #C46414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 62.03%
G = 31.65%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C46414 (or 0xC46414) is known color: Chocolate. HEX triplet: C4, 64 and 14. RGB value is (196,100,20). Sum of RGB (Red+Green+Blue) = 196+100+20=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C46414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46414 is #3B9BEB. Grayscale: #787878. Windows color (decimal): -3906540 or 1336516. OLE color: 1336516.

HSL color Cylindrical-coordinate representation of color #C46414: hue angle of 27.27º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C46414 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 100 20 -
CMYK 0 0.49 0.90 0.23
HSL 27.27º 0.81% 0.42% -
HSV(B) 27.27º 0.9% 0.77% -
XYZ 27.45 20.9 3.25 -
YUV 119.58 71.8 182.5 -
System Red Green Blue C M Y K H S L
Decimal 196 100 20 0 0.49 0.90 0.23 27.27 0.81 0.42
Hex C4 64 14 0 31 5A 17 1B 51 2A
Octal 304 144 24 0 61 132 27 33 121 52
Binary 11000100 1100100 10100 0 110001 1011010 10111 11011 1010001 101010

Color Harmonies of #C46414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46414

Black with #C46414

Text Example


Text Example

White with #C46414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46414; }

 p { color: rgb(196,100,20); }

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

background-color css

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

 a { background-color: rgb(196,100,20); }

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

border-color css

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

 span { border-color: rgb(196,100,20); }

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