Html Css Color HEX #C76419 Chocolate

📋 copy color: '#C76419'

red 199 ◦ green 100 ◦ blue 25

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

Shades of Chocolate #C76419

Tints of Chocolate #C76419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.72%

R = 61.42%
G = 30.86%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C76419 (or 0xC76419) is known color: Chocolate. HEX triplet: C7, 64 and 19. RGB value is (199,100,25). Sum of RGB (Red+Green+Blue) = 199+100+25=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C76419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76419 is #389BE6. Grayscale: #797979. Windows color (decimal): -3709927 or 1664199. OLE color: 1664199.

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

Color convert

RGB 199 100 25 -
CMYK 0 0.50 0.87 0.22
HSL 25.86º 0.78% 0.44% -
HSV(B) 25.86º 0.87% 0.78% -
XYZ 28.29 21.33 3.55 -
YUV 121.05 73.8 183.6 -
System Red Green Blue C M Y K H S L
Decimal 199 100 25 0 0.50 0.87 0.22 25.86 0.78 0.44
Hex C7 64 19 0 32 57 16 1A 4E 2C
Octal 307 144 31 0 62 127 26 32 116 54
Binary 11000111 1100100 11001 0 110010 1010111 10110 11010 1001110 101100

Color Harmonies of #C76419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76419

Black with #C76419

Text Example


Text Example

White with #C76419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76419; }

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

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

background-color css

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

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

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

border-color css

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

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

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