Html Css Color HEX #C76D0A Chocolate

📋 copy color: '#C76D0A'

red 199 ◦ green 109 ◦ blue 10

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

Shades of Chocolate #C76D0A

Tints of Chocolate #C76D0A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.28%

 BLUE value IS 10 (4.3% from 255) = 3.14%

R = 62.58%
G = 34.28%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C76D0A (or 0xC76D0A) is known color: Chocolate. HEX triplet: C7, 6D and 0A. RGB value is (199,109,10). Sum of RGB (Red+Green+Blue) = 199+109+10=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76D0A is #3892F5. Grayscale: #7D7D7D. Windows color (decimal): -3707638 or 683463. OLE color: 683463.

HSL color Cylindrical-coordinate representation of color #C76D0A: hue angle of 31.43º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C76D0A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 109 10 -
CMYK 0 0.45 0.95 0.22
HSL 31.43º 0.9% 0.41% -
HSV(B) 31.43º 0.95% 0.78% -
XYZ 29.08 23.1 3.21 -
YUV 124.62 63.32 181.05 -
System Red Green Blue C M Y K H S L
Decimal 199 109 10 0 0.45 0.95 0.22 31.43 0.9 0.41
Hex C7 6D A 0 2D 5F 16 1F 5A 29
Octal 307 155 12 0 55 137 26 37 132 51
Binary 11000111 1101101 1010 0 101101 1011111 10110 11111 1011010 101001

Color Harmonies of #C76D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D0A

Black with #C76D0A

Text Example


Text Example

White with #C76D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D0A; }

 p { color: rgb(199,109,10); }

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

background-color css

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

 a { background-color: rgb(199,109,10); }

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

border-color css

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

 span { border-color: rgb(199,109,10); }

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