#C8521A

Color #C8521A Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C8521A

Tints of Chocolate #C8521A

Color information

#C8521A (or 0xC8521A) is unknown color: approx Chocolate. HEX triplet: C8, 52 and 1A. RGB value is (200,82,26). Sum of RGB (Red+Green+Blue) = 200+82+26=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C8521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8521A is #37ADE5. Grayscale: #6F6F6F. Windows color (decimal): -3648998 or 1725128. OLE color: 1725128.

HSL color Cylindrical-coordinate representation of color #C8521A: hue angle of 19.31º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8521A is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB2008226-
CMYK00.590.870.22
HSL19.31º76.99%44.31%-
HSV(B)19.31º87%78.43%-
XYZ27.0218.393.1-
YUV110.980.09191.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.94%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 26 (10.55% from 255) = 8.44%
R=64.94%
G=26.62%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200822600.590.870.2219.3176.9944.31
HexC8521A03B5716134d2c
Octal31012232073127262311554
Binary110010001010010110100111011101011110110100111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8521A; }

 p { color: rgb(200,82,26); }

 H1.HeaderClassName
 {
   color: #C8521A;
 }
 .AnyTagClassName
 {
   color: #C8521A;
 }
</style>
background-color css

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

 a { background-color: rgb(200,82,26); }

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

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

 span { border-color: rgb(200,82,26); }

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