Html Css Color HEX #C46720 Chocolate

📋 copy color: '#C46720'

red 196 ◦ green 103 ◦ blue 32

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

Shades of Chocolate #C46720

Tints of Chocolate #C46720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.12%

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

R = 59.21%
G = 31.12%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C46720 (or 0xC46720) is known color: Chocolate. HEX triplet: C4, 67 and 20. RGB value is (196,103,32). Sum of RGB (Red+Green+Blue) = 196+103+32=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C46720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46720 is #3B98DF. Grayscale: #7B7B7B. Windows color (decimal): -3905760 or 2123716. OLE color: 2123716.

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

Color convert

RGB 196 103 32 -
CMYK 0 0.47 0.84 0.23
HSL 25.98º 0.72% 0.45% -
HSV(B) 25.98º 0.84% 0.77% -
XYZ 27.88 21.54 4.06 -
YUV 122.71 76.81 180.27 -
System Red Green Blue C M Y K H S L
Decimal 196 103 32 0 0.47 0.84 0.23 25.98 0.72 0.45
Hex C4 67 20 0 2F 54 17 1A 48 2D
Octal 304 147 40 0 57 124 27 32 110 55
Binary 11000100 1100111 100000 0 101111 1010100 10111 11010 1001000 101101

Color Harmonies of #C46720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46720

Black with #C46720

Text Example


Text Example

White with #C46720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46720; }

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

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

background-color css

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

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

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

border-color css

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

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

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