Html Css Color HEX #C46413 Chocolate

📋 copy color: '#C46413'

red 196 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #C46413

Tints of Chocolate #C46413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 62.22%
G = 31.75%
B = 6.03%

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

#C46413 (or 0xC46413) is known color: Chocolate. HEX triplet: C4, 64 and 13. RGB value is (196,100,19). Sum of RGB (Red+Green+Blue) = 196+100+19=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C46413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46413 is #3B9BEC. Grayscale: #777777. Windows color (decimal): -3906541 or 1270980. OLE color: 1270980.

HSL color Cylindrical-coordinate representation of color #C46413: hue angle of 27.46º degrees, saturation: 0.82, 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 #C46413 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 100 19 -
CMYK 0 0.49 0.90 0.23
HSL 27.46º 0.82% 0.42% -
HSV(B) 27.46º 0.9% 0.77% -
XYZ 27.44 20.9 3.2 -
YUV 119.47 71.3 182.59 -
System Red Green Blue C M Y K H S L
Decimal 196 100 19 0 0.49 0.90 0.23 27.46 0.82 0.42
Hex C4 64 13 0 31 5A 17 1B 52 2A
Octal 304 144 23 0 61 132 27 33 122 52
Binary 11000100 1100100 10011 0 110001 1011010 10111 11011 1010010 101010

Color Harmonies of #C46413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46413

Black with #C46413

Text Example


Text Example

White with #C46413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46413; }

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

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

background-color css

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

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

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

border-color css

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

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

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