#D46A3F

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

Shades of Sorbus #D46A3F

Tints of Sorbus #D46A3F

Color information

#D46A3F (or 0xD46A3F) is unknown color: approx Sorbus. HEX triplet: D4, 6A and 3F. RGB value is (212,106,63). Sum of RGB (Red+Green+Blue) = 212+106+63=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46A3F is #2B95C0. Grayscale: #858585. Windows color (decimal): -2856385 or 4156116. OLE color: 4156116.

HSL color Cylindrical-coordinate representation of color #D46A3F: hue angle of 17.32º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D46A3F is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB21210663-
CMYK00.50.700.17
HSL17.32º63.4%53.92%-
HSV(B)17.32º70.28%83.14%-
XYZ33.224.667.71-
YUV132.7988.62184.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.64%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 63 (25% from 255) = 16.54%
R=55.64%
G=27.82%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121066300.50.700.1717.3263.453.92
HexD46A3F0324611113f36
Octal3241527706210621217766
Binary110101001101010111111011001010001101000110001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46A3F; }

 p { color: rgb(212,106,63); }

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

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

 a { background-color: rgb(212,106,63); }

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

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

 span { border-color: rgb(212,106,63); }

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