#D46A3D

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

Shades of Sorbus #D46A3D

Tints of Sorbus #D46A3D

Color information

#D46A3D (or 0xD46A3D) is unknown color: approx Sorbus. HEX triplet: D4, 6A and 3D. RGB value is (212,106,61). Sum of RGB (Red+Green+Blue) = 212+106+61=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46A3D is #2B95C2. Grayscale: #848484. Windows color (decimal): -2856387 or 4025044. OLE color: 4025044.

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

Color convert

RGB21210661-
CMYK00.50.710.17
HSL17.88º63.71%53.53%-
HSV(B)17.88º71.23%83.14%-
XYZ33.1524.647.42-
YUV132.5687.62184.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.94%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 61 (24.22% from 255) = 16.09%
R=55.94%
G=27.97%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121066100.50.710.1717.8863.7153.53
HexD46A3D0324711124036
Octal32415275062107212210066
Binary1101010011010101111010110010100011110001100101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46A3D; }

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

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

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

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

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

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

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

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