Html Css Color HEX #C76418 Chocolate

📋 copy color: '#C76418'

red 199 ◦ green 100 ◦ blue 24

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

Shades of Chocolate #C76418

Tints of Chocolate #C76418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.96%

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

R = 61.61%
G = 30.96%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C76418 (or 0xC76418) is known color: Chocolate. HEX triplet: C7, 64 and 18. RGB value is (199,100,24). Sum of RGB (Red+Green+Blue) = 199+100+24=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C76418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76418 is #389BE7. Grayscale: #797979. Windows color (decimal): -3709928 or 1598663. OLE color: 1598663.

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

Color convert

RGB 199 100 24 -
CMYK 0 0.50 0.88 0.22
HSL 26.06º 0.78% 0.44% -
HSV(B) 26.06º 0.88% 0.78% -
XYZ 28.28 21.32 3.49 -
YUV 120.94 73.3 183.68 -
System Red Green Blue C M Y K H S L
Decimal 199 100 24 0 0.50 0.88 0.22 26.06 0.78 0.44
Hex C7 64 18 0 32 58 16 1A 4E 2C
Octal 307 144 30 0 62 130 26 32 116 54
Binary 11000111 1100100 11000 0 110010 1011000 10110 11010 1001110 101100

Color Harmonies of #C76418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76418

Black with #C76418

Text Example


Text Example

White with #C76418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76418; }

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

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

background-color css

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

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

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

border-color css

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

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

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