Html Css Color HEX #C76A1D Chocolate

📋 copy color: '#C76A1D'

red 199 ◦ green 106 ◦ blue 29

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

Shades of Chocolate #C76A1D

Tints of Chocolate #C76A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.68%

R = 59.58%
G = 31.74%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C76A1D (or 0xC76A1D) is known color: Chocolate. HEX triplet: C7, 6A and 1D. RGB value is (199,106,29). Sum of RGB (Red+Green+Blue) = 199+106+29=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76A1D is #3895E2. Grayscale: #7D7D7D. Windows color (decimal): -3708387 or 1927879. OLE color: 1927879.

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

Color convert

RGB 199 106 29 -
CMYK 0 0.47 0.85 0.22
HSL 27.18º 0.75% 0.45% -
HSV(B) 27.18º 0.85% 0.78% -
XYZ 28.93 22.54 3.99 -
YUV 125.03 73.81 180.76 -
System Red Green Blue C M Y K H S L
Decimal 199 106 29 0 0.47 0.85 0.22 27.18 0.75 0.45
Hex C7 6A 1D 0 2F 55 16 1B 4B 2D
Octal 307 152 35 0 57 125 26 33 113 55
Binary 11000111 1101010 11101 0 101111 1010101 10110 11011 1001011 101101

Color Harmonies of #C76A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76A1D

Black with #C76A1D

Text Example


Text Example

White with #C76A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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