Html Css Color HEX #C76A1F Chocolate

📋 copy color: '#C76A1F'

red 199 ◦ green 106 ◦ blue 31

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

Shades of Chocolate #C76A1F

Tints of Chocolate #C76A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 59.23%
G = 31.55%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C76A1F (or 0xC76A1F) is known color: Chocolate. HEX triplet: C7, 6A and 1F. RGB value is (199,106,31). Sum of RGB (Red+Green+Blue) = 199+106+31=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76A1F is #3895E0. Grayscale: #7D7D7D. Windows color (decimal): -3708385 or 2058951. OLE color: 2058951.

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

Color convert

RGB 199 106 31 -
CMYK 0 0.47 0.84 0.22
HSL 26.79º 0.73% 0.45% -
HSV(B) 26.79º 0.84% 0.78% -
XYZ 28.95 22.55 4.12 -
YUV 125.26 74.81 180.6 -
System Red Green Blue C M Y K H S L
Decimal 199 106 31 0 0.47 0.84 0.22 26.79 0.73 0.45
Hex C7 6A 1F 0 2F 54 16 1B 49 2D
Octal 307 152 37 0 57 124 26 33 111 55
Binary 11000111 1101010 11111 0 101111 1010100 10110 11011 1001001 101101

Color Harmonies of #C76A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76A1F

Black with #C76A1F

Text Example


Text Example

White with #C76A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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