Html Css Color HEX #C76118 Chocolate

📋 copy color: '#C76118'

red 199 ◦ green 97 ◦ blue 24

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

Shades of Chocolate #C76118

Tints of Chocolate #C76118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.31%

 BLUE value IS 24 (9.77% from 255) = 7.5%

R = 62.19%
G = 30.31%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C76118 (or 0xC76118) is known color: Chocolate. HEX triplet: C7, 61 and 18. RGB value is (199,97,24). Sum of RGB (Red+Green+Blue) = 199+97+24=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C76118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76118 is #389EE7. Grayscale: #777777. Windows color (decimal): -3710696 or 1597895. OLE color: 1597895.

HSL color Cylindrical-coordinate representation of color #C76118: hue angle of 25.03º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C76118 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 97 24 -
CMYK 0 0.51 0.88 0.22
HSL 25.03º 0.78% 0.44% -
HSV(B) 25.03º 0.88% 0.78% -
XYZ 27.99 20.76 3.4 -
YUV 119.18 74.29 184.94 -
System Red Green Blue C M Y K H S L
Decimal 199 97 24 0 0.51 0.88 0.22 25.03 0.78 0.44
Hex C7 61 18 0 33 58 16 19 4E 2C
Octal 307 141 30 0 63 130 26 31 116 54
Binary 11000111 1100001 11000 0 110011 1011000 10110 11001 1001110 101100

Color Harmonies of #C76118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76118

Black with #C76118

Text Example


Text Example

White with #C76118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76118; }

 p { color: rgb(199,97,24); }

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

background-color css

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

 a { background-color: rgb(199,97,24); }

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

border-color css

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

 span { border-color: rgb(199,97,24); }

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