#D7541E

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

Shades of Chocolate #D7541E

Tints of Chocolate #D7541E

Color information

#D7541E (or 0xD7541E) is unknown color: approx Chocolate. HEX triplet: D7, 54 and 1E. RGB value is (215,84,30). Sum of RGB (Red+Green+Blue) = 215+84+30=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D7541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7541E is #28ABE1. Grayscale: #757575. Windows color (decimal): -2665442 or 1987799. OLE color: 1987799.

HSL color Cylindrical-coordinate representation of color #D7541E: hue angle of 17.51º degrees, saturation: 0.76, 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 #D7541E is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB2158430-
CMYK00.610.860.16
HSL17.51º75.51%48.04%-
HSV(B)17.51º86.05%84.31%-
XYZ31.4320.883.6-
YUV117.0178.9197.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.35%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 30 (12.11% from 255) = 9.12%
R=65.35%
G=25.53%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215843000.610.860.1617.5175.5148.04
HexD7541E03D5610124c30
Octal32712436075126202211460
Binary110101111010100111100111101101011010000100101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7541E; }

 p { color: rgb(215,84,30); }

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

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

 a { background-color: rgb(215,84,30); }

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

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

 span { border-color: rgb(215,84,30); }

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