#D55B1E

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

Shades of Chocolate #D55B1E

Tints of Chocolate #D55B1E

Color information

#D55B1E (or 0xD55B1E) is unknown color: approx Chocolate. HEX triplet: D5, 5B and 1E. RGB value is (213,91,30). Sum of RGB (Red+Green+Blue) = 213+91+30=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55B1E is #2AA4E1. Grayscale: #787878. Windows color (decimal): -2794722 or 1989589. OLE color: 1989589.

HSL color Cylindrical-coordinate representation of color #D55B1E: hue angle of 20º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D55B1E is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB2139130-
CMYK00.570.860.16
HSL20º75.31%47.65%-
HSV(B)20º85.92%83.53%-
XYZ31.4221.723.77-
YUV120.5276.92193.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.77%
GREEN value IS 91 (35.94% from 255) = 27.25%
BLUE value IS 30 (12.11% from 255) = 8.98%
R=63.77%
G=27.25%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213913000.570.860.162075.3147.65
HexD55B1E0395610144b30
Octal32513336071126202411360
Binary110101011011011111100111001101011010000101001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55B1E; }

 p { color: rgb(213,91,30); }

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

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

 a { background-color: rgb(213,91,30); }

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

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

 span { border-color: rgb(213,91,30); }

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