Html Css Color HEX #C46920 Chocolate

📋 copy color: '#C46920'

red 196 ◦ green 105 ◦ blue 32

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

Shades of Chocolate #C46920

Tints of Chocolate #C46920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 58.86%
G = 31.53%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C46920 (or 0xC46920) is known color: Chocolate. HEX triplet: C4, 69 and 20. RGB value is (196,105,32). Sum of RGB (Red+Green+Blue) = 196+105+32=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C46920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46920 is #3B96DF. Grayscale: #7C7C7C. Windows color (decimal): -3905248 or 2124228. OLE color: 2124228.

HSL color Cylindrical-coordinate representation of color #C46920: hue angle of 26.71º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C46920 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 105 32 -
CMYK 0 0.46 0.84 0.23
HSL 26.71º 0.72% 0.45% -
HSV(B) 26.71º 0.84% 0.77% -
XYZ 28.08 21.94 4.12 -
YUV 123.89 76.15 179.44 -
System Red Green Blue C M Y K H S L
Decimal 196 105 32 0 0.46 0.84 0.23 26.71 0.72 0.45
Hex C4 69 20 0 2E 54 17 1B 48 2D
Octal 304 151 40 0 56 124 27 33 110 55
Binary 11000100 1101001 100000 0 101110 1010100 10111 11011 1001000 101101

Color Harmonies of #C46920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46920

Black with #C46920

Text Example


Text Example

White with #C46920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46920; }

 p { color: rgb(196,105,32); }

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

background-color css

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

 a { background-color: rgb(196,105,32); }

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

border-color css

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

 span { border-color: rgb(196,105,32); }

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