Html Css Color HEX #C76218 Chocolate

📋 copy color: '#C76218'

red 199 ◦ green 98 ◦ blue 24

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

Shades of Chocolate #C76218

Tints of Chocolate #C76218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

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

R = 61.99%
G = 30.53%
B = 7.48%

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

#C76218 (or 0xC76218) is known color: Chocolate. HEX triplet: C7, 62 and 18. RGB value is (199,98,24). Sum of RGB (Red+Green+Blue) = 199+98+24=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C76218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76218 is #389DE7. Grayscale: #787878. Windows color (decimal): -3710440 or 1598151. OLE color: 1598151.

HSL color Cylindrical-coordinate representation of color #C76218: hue angle of 25.37º 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 #C76218 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 98 24 -
CMYK 0 0.51 0.88 0.22
HSL 25.37º 0.78% 0.44% -
HSV(B) 25.37º 0.88% 0.78% -
XYZ 28.09 20.94 3.43 -
YUV 119.76 73.96 184.52 -
System Red Green Blue C M Y K H S L
Decimal 199 98 24 0 0.51 0.88 0.22 25.37 0.78 0.44
Hex C7 62 18 0 33 58 16 19 4E 2C
Octal 307 142 30 0 63 130 26 31 116 54
Binary 11000111 1100010 11000 0 110011 1011000 10110 11001 1001110 101100

Color Harmonies of #C76218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76218

Black with #C76218

Text Example


Text Example

White with #C76218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76218; }

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

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

background-color css

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

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

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

border-color css

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

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

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