Html Css Color HEX #C76920 Chocolate

📋 copy color: '#C76920'

red 199 ◦ green 105 ◦ blue 32

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

Shades of Chocolate #C76920

Tints of Chocolate #C76920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

 BLUE value IS 32 (12.89% from 255) = 9.52%

R = 59.23%
G = 31.25%
B = 9.52%

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

#C76920 (or 0xC76920) is known color: Chocolate. HEX triplet: C7, 69 and 20. RGB value is (199,105,32). Sum of RGB (Red+Green+Blue) = 199+105+32=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C76920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76920 is #3896DF. Grayscale: #7D7D7D. Windows color (decimal): -3708640 or 2124231. OLE color: 2124231.

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

Color convert

RGB 199 105 32 -
CMYK 0 0.47 0.84 0.22
HSL 26.23º 0.72% 0.45% -
HSV(B) 26.23º 0.84% 0.78% -
XYZ 28.87 22.35 4.16 -
YUV 124.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 199 105 32 0 0.47 0.84 0.22 26.23 0.72 0.45
Hex C7 69 20 0 2F 54 16 1A 48 2D
Octal 307 151 40 0 57 124 26 32 110 55
Binary 11000111 1101001 100000 0 101111 1010100 10110 11010 1001000 101101

Color Harmonies of #C76920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76920

Black with #C76920

Text Example


Text Example

White with #C76920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76920; }

 p { color: rgb(199,105,32); }

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

background-color css

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

 a { background-color: rgb(199,105,32); }

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

border-color css

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

 span { border-color: rgb(199,105,32); }

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