Html Css Color HEX #C76319 Chocolate

📋 copy color: '#C76319'

red 199 ◦ green 99 ◦ blue 25

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

Shades of Chocolate #C76319

Tints of Chocolate #C76319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

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

R = 61.61%
G = 30.65%
B = 7.74%

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

#C76319 (or 0xC76319) is known color: Chocolate. HEX triplet: C7, 63 and 19. RGB value is (199,99,25). Sum of RGB (Red+Green+Blue) = 199+99+25=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C76319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76319 is #389CE6. Grayscale: #787878. Windows color (decimal): -3710183 or 1663943. OLE color: 1663943.

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

Color convert

RGB 199 99 25 -
CMYK 0 0.50 0.87 0.22
HSL 25.52º 0.78% 0.44% -
HSV(B) 25.52º 0.87% 0.78% -
XYZ 28.19 21.14 3.51 -
YUV 120.46 74.13 184.02 -
System Red Green Blue C M Y K H S L
Decimal 199 99 25 0 0.50 0.87 0.22 25.52 0.78 0.44
Hex C7 63 19 0 32 57 16 1A 4E 2C
Octal 307 143 31 0 62 127 26 32 116 54
Binary 11000111 1100011 11001 0 110010 1010111 10110 11010 1001110 101100

Color Harmonies of #C76319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76319

Black with #C76319

Text Example


Text Example

White with #C76319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76319; }

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

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

background-color css

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

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

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

border-color css

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

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

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