Html Css Color HEX #C76519 Chocolate

📋 copy color: '#C76519'

red 199 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #C76519

Tints of Chocolate #C76519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

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

R = 61.23%
G = 31.08%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C76519 (or 0xC76519) is known color: Chocolate. HEX triplet: C7, 65 and 19. RGB value is (199,101,25). Sum of RGB (Red+Green+Blue) = 199+101+25=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C76519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76519 is #389AE6. Grayscale: #7A7A7A. Windows color (decimal): -3709671 or 1664455. OLE color: 1664455.

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

Color convert

RGB 199 101 25 -
CMYK 0 0.49 0.87 0.22
HSL 26.21º 0.78% 0.44% -
HSV(B) 26.21º 0.87% 0.78% -
XYZ 28.38 21.52 3.58 -
YUV 121.64 73.47 183.18 -
System Red Green Blue C M Y K H S L
Decimal 199 101 25 0 0.49 0.87 0.22 26.21 0.78 0.44
Hex C7 65 19 0 31 57 16 1A 4E 2C
Octal 307 145 31 0 61 127 26 32 116 54
Binary 11000111 1100101 11001 0 110001 1010111 10110 11010 1001110 101100

Color Harmonies of #C76519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76519

Black with #C76519

Text Example


Text Example

White with #C76519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76519; }

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

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

background-color css

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

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

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

border-color css

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

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

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