#D56941

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

Shades of Sorbus #D56941

Tints of Sorbus #D56941

Color information

#D56941 (or 0xD56941) is unknown color: approx Sorbus. HEX triplet: D5, 69 and 41. RGB value is (213,105,65). Sum of RGB (Red+Green+Blue) = 213+105+65=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D56941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56941 is #2A96BE. Grayscale: #858585. Windows color (decimal): -2791103 or 4286933. OLE color: 4286933.

HSL color Cylindrical-coordinate representation of color #D56941: hue angle of 16.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D56941 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB21310565-
CMYK00.510.690.16
HSL16.22º63.79%54.51%-
HSV(B)16.22º69.48%83.53%-
XYZ33.4524.637.99-
YUV132.7389.78185.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.61%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 65 (25.78% from 255) = 16.97%
R=55.61%
G=27.42%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131056500.510.690.1616.2263.7954.51
HexD569410334510104037
Octal325151101063105202010067
Binary11010101110100110000010110011100010110000100001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56941; }

 p { color: rgb(213,105,65); }

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

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

 a { background-color: rgb(213,105,65); }

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

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

 span { border-color: rgb(213,105,65); }

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