#C8531A

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

Shades of Chocolate #C8531A

Tints of Chocolate #C8531A

Color information

#C8531A (or 0xC8531A) is unknown color: approx Chocolate. HEX triplet: C8, 53 and 1A. RGB value is (200,83,26). Sum of RGB (Red+Green+Blue) = 200+83+26=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C8531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8531A is #37ACE5. Grayscale: #6F6F6F. Windows color (decimal): -3648742 or 1725384. OLE color: 1725384.

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

Color convert

RGB2008326-
CMYK00.580.870.22
HSL19.66º76.99%44.31%-
HSV(B)19.66º87%78.43%-
XYZ27.118.543.13-
YUV111.4879.76191.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.72%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 26 (10.55% from 255) = 8.41%
R=64.72%
G=26.86%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200832600.580.870.2219.6676.9944.31
HexC8531A03A5716144d2c
Octal31012332072127262411554
Binary110010001010011110100111010101011110110101001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8531A; }

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

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

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

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

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

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

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

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