Html Css Color HEX #C76520 Chocolate

📋 copy color: '#C76520'

red 199 ◦ green 101 ◦ blue 32

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

Shades of Chocolate #C76520

Tints of Chocolate #C76520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.42%

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

R = 59.94%
G = 30.42%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C76520 (or 0xC76520) is known color: Chocolate. HEX triplet: C7, 65 and 20. RGB value is (199,101,32). Sum of RGB (Red+Green+Blue) = 199+101+32=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C76520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76520 is #389ADF. Grayscale: #7A7A7A. Windows color (decimal): -3709664 or 2123207. OLE color: 2123207.

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

Color convert

RGB 199 101 32 -
CMYK 0 0.49 0.84 0.22
HSL 24.79º 0.72% 0.45% -
HSV(B) 24.79º 0.84% 0.78% -
XYZ 28.47 21.55 4.03 -
YUV 122.44 76.97 182.61 -
System Red Green Blue C M Y K H S L
Decimal 199 101 32 0 0.49 0.84 0.22 24.79 0.72 0.45
Hex C7 65 20 0 31 54 16 19 48 2D
Octal 307 145 40 0 61 124 26 31 110 55
Binary 11000111 1100101 100000 0 110001 1010100 10110 11001 1001000 101101

Color Harmonies of #C76520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76520

Black with #C76520

Text Example


Text Example

White with #C76520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76520; }

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

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

background-color css

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

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

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

border-color css

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

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

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