#E0531C

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

Shades of Chocolate #E0531C

Tints of Chocolate #E0531C

Color information

#E0531C (or 0xE0531C) is unknown color: approx Chocolate. HEX triplet: E0, 53 and 1C. RGB value is (224,83,28). Sum of RGB (Red+Green+Blue) = 224+83+28=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0531C is #1FACE3. Grayscale: #777777. Windows color (decimal): -2075876 or 1856480. OLE color: 1856480.

HSL color Cylindrical-coordinate representation of color #E0531C: hue angle of 16.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0531C is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB2248328-
CMYK00.630.880.12
HSL16.84º77.78%49.41%-
HSV(B)16.84º87.5%87.84%-
XYZ34.0422.123.57-
YUV118.8976.71202.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 66.87%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 28 (11.33% from 255) = 8.36%
R=66.87%
G=24.78%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224832800.630.880.1216.8477.7849.41
HexE0531C03F58C114e31
Octal34012334077130142111661
Binary11100000101001111100011111110110001100100011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0531C; }

 p { color: rgb(224,83,28); }

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

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

 a { background-color: rgb(224,83,28); }

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

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

 span { border-color: rgb(224,83,28); }

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