#D3501A

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

Shades of Chocolate #D3501A

Tints of Chocolate #D3501A

Color information

#D3501A (or 0xD3501A) is unknown color: approx Chocolate. HEX triplet: D3, 50 and 1A. RGB value is (211,80,26). Sum of RGB (Red+Green+Blue) = 211+80+26=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D3501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3501A is #2CAFE5. Grayscale: #717171. Windows color (decimal): -2928614 or 1724627. OLE color: 1724627.

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

Color convert

RGB2118026-
CMYK00.620.880.17
HSL17.51º78.06%46.47%-
HSV(B)17.51º87.68%82.75%-
XYZ29.9219.663.2-
YUV113.0178.9197.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 66.56%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 26 (10.55% from 255) = 8.20%
R=66.56%
G=25.24%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211802600.620.880.1717.5178.0646.47
HexD3501A03E5811124e2e
Octal32312032076130212211656
Binary110100111010000110100111110101100010001100101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3501A; }

 p { color: rgb(211,80,26); }

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

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

 a { background-color: rgb(211,80,26); }

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

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

 span { border-color: rgb(211,80,26); }

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