Html Css Color HEX #C76A19 Chocolate

📋 copy color: '#C76A19'

red 199 ◦ green 106 ◦ blue 25

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

Shades of Chocolate #C76A19

Tints of Chocolate #C76A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.12%

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

R = 60.3%
G = 32.12%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C76A19 (or 0xC76A19) is known color: Chocolate. HEX triplet: C7, 6A and 19. RGB value is (199,106,25). Sum of RGB (Red+Green+Blue) = 199+106+25=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76A19 is #3895E6. Grayscale: #7C7C7C. Windows color (decimal): -3708391 or 1665735. OLE color: 1665735.

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

Color convert

RGB 199 106 25 -
CMYK 0 0.47 0.87 0.22
HSL 27.93º 0.78% 0.44% -
HSV(B) 27.93º 0.87% 0.78% -
XYZ 28.88 22.52 3.74 -
YUV 124.57 71.81 181.09 -
System Red Green Blue C M Y K H S L
Decimal 199 106 25 0 0.47 0.87 0.22 27.93 0.78 0.44
Hex C7 6A 19 0 2F 57 16 1C 4E 2C
Octal 307 152 31 0 57 127 26 34 116 54
Binary 11000111 1101010 11001 0 101111 1010111 10110 11100 1001110 101100

Color Harmonies of #C76A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76A19

Black with #C76A19

Text Example


Text Example

White with #C76A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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