Html Css Color HEX #C76620 Chocolate

📋 copy color: '#C76620'

red 199 ◦ green 102 ◦ blue 32

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

Shades of Chocolate #C76620

Tints of Chocolate #C76620

RGB

 RED value IS 199 (78.13% from 255) = 59.76%

 GREEN value IS 102 (40.23% from 255) = 30.63%

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

R = 59.76%
G = 30.63%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C76620 (or 0xC76620) is known color: Chocolate. HEX triplet: C7, 66 and 20. RGB value is (199,102,32). Sum of RGB (Red+Green+Blue) = 199+102+32=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C76620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76620 is #3899DF. Grayscale: #7B7B7B. Windows color (decimal): -3709408 or 2123463. OLE color: 2123463.

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

Color convert

RGB 199 102 32 -
CMYK 0 0.49 0.84 0.22
HSL 25.15º 0.72% 0.45% -
HSV(B) 25.15º 0.84% 0.78% -
XYZ 28.57 21.75 4.06 -
YUV 123.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 199 102 32 0 0.49 0.84 0.22 25.15 0.72 0.45
Hex C7 66 20 0 31 54 16 19 48 2D
Octal 307 146 40 0 61 124 26 31 110 55
Binary 11000111 1100110 100000 0 110001 1010100 10110 11001 1001000 101101

Color Harmonies of #C76620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76620

Black with #C76620

Text Example


Text Example

White with #C76620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76620; }

 p { color: rgb(199,102,32); }

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

background-color css

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

 a { background-color: rgb(199,102,32); }

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

border-color css

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

 span { border-color: rgb(199,102,32); }

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