Html Css Color HEX #C46513 Chocolate

📋 copy color: '#C46513'

red 196 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #C46513

Tints of Chocolate #C46513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.96%

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

R = 62.03%
G = 31.96%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C46513 (or 0xC46513) is known color: Chocolate. HEX triplet: C4, 65 and 13. RGB value is (196,101,19). Sum of RGB (Red+Green+Blue) = 196+101+19=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C46513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46513 is #3B9AEC. Grayscale: #787878. Windows color (decimal): -3906285 or 1271236. OLE color: 1271236.

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

Color convert

RGB 196 101 19 -
CMYK 0 0.48 0.90 0.23
HSL 27.8º 0.82% 0.42% -
HSV(B) 27.8º 0.9% 0.77% -
XYZ 27.54 21.09 3.24 -
YUV 120.06 70.97 182.17 -
System Red Green Blue C M Y K H S L
Decimal 196 101 19 0 0.48 0.90 0.23 27.8 0.82 0.42
Hex C4 65 13 0 30 5A 17 1C 52 2A
Octal 304 145 23 0 60 132 27 34 122 52
Binary 11000100 1100101 10011 0 110000 1011010 10111 11100 1010010 101010

Color Harmonies of #C46513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46513

Black with #C46513

Text Example


Text Example

White with #C46513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46513; }

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

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

background-color css

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

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

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

border-color css

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

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

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