#D4521A

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

Shades of Chocolate #D4521A

Tints of Chocolate #D4521A

Color information

#D4521A (or 0xD4521A) is unknown color: approx Chocolate. HEX triplet: D4, 52 and 1A. RGB value is (212,82,26). Sum of RGB (Red+Green+Blue) = 212+82+26=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D4521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4521A is #2BADE5. Grayscale: #727272. Windows color (decimal): -2862566 or 1725140. OLE color: 1725140.

HSL color Cylindrical-coordinate representation of color #D4521A: hue angle of 18.06º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4521A is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB2128226-
CMYK00.610.880.17
HSL18.06º78.15%46.67%-
HSV(B)18.06º87.74%83.14%-
XYZ30.3620.113.26-
YUV114.4978.07197.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 66.25%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 26 (10.55% from 255) = 8.12%
R=66.25%
G=25.62%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212822600.610.880.1718.0678.1546.67
HexD4521A03D5811124e2f
Octal32412232075130212211657
Binary110101001010010110100111101101100010001100101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4521A; }

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

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

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

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

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

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

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

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