Html Css Color HEX #C95820 Chocolate

📋 copy color: '#C95820'

red 201 ◦ green 88 ◦ blue 32

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

Shades of Chocolate #C95820

Tints of Chocolate #C95820

RGB

 RED value IS 201 (78.91% from 255) = 62.62%

 GREEN value IS 88 (34.77% from 255) = 27.41%

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

R = 62.62%
G = 27.41%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C95820 (or 0xC95820) is known color: Chocolate. HEX triplet: C9, 58 and 20. RGB value is (201,88,32). Sum of RGB (Red+Green+Blue) = 201+88+32=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C95820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95820 is #36A7DF. Grayscale: #737373. Windows color (decimal): -3581920 or 2119881. OLE color: 2119881.

HSL color Cylindrical-coordinate representation of color #C95820: hue angle of 19.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C95820 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 88 32 -
CMYK 0 0.56 0.84 0.21
HSL 19.88º 0.73% 0.46% -
HSV(B) 19.88º 0.84% 0.79% -
XYZ 27.84 19.5 3.66 -
YUV 115.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 201 88 32 0 0.56 0.84 0.21 19.88 0.73 0.46
Hex C9 58 20 0 38 54 15 14 49 2E
Octal 311 130 40 0 70 124 25 24 111 56
Binary 11001001 1011000 100000 0 111000 1010100 10101 10100 1001001 101110

Color Harmonies of #C95820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95820

Black with #C95820

Text Example


Text Example

White with #C95820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95820; }

 p { color: rgb(201,88,32); }

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

background-color css

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

 a { background-color: rgb(201,88,32); }

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

border-color css

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

 span { border-color: rgb(201,88,32); }

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