#D75E22

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

Shades of Chocolate #D75E22

Tints of Chocolate #D75E22

Color information

#D75E22 (or 0xD75E22) is unknown color: approx Chocolate. HEX triplet: D7, 5E and 22. RGB value is (215,94,34). Sum of RGB (Red+Green+Blue) = 215+94+34=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75E22 is #28A1DD. Grayscale: #7B7B7B. Windows color (decimal): -2662878 or 2252503. OLE color: 2252503.

HSL color Cylindrical-coordinate representation of color #D75E22: hue angle of 19.89º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D75E22 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB2159434-
CMYK00.560.840.16
HSL19.89º72.69%48.82%-
HSV(B)19.89º84.19%84.31%-
XYZ32.3222.574.17-
YUV123.3477.59193.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 62.68%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 34 (13.67% from 255) = 9.91%
R=62.68%
G=27.41%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215943400.560.840.1619.8972.6948.82
HexD75E220385410144931
Octal32713642070124202411161
Binary1101011110111101000100111000101010010000101001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75E22; }

 p { color: rgb(215,94,34); }

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

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

 a { background-color: rgb(215,94,34); }

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

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

 span { border-color: rgb(215,94,34); }

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