#D76A3D

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

Shades of Sorbus #D76A3D

Tints of Sorbus #D76A3D

Color information

#D76A3D (or 0xD76A3D) is unknown color: approx Sorbus. HEX triplet: D7, 6A and 3D. RGB value is (215,106,61). Sum of RGB (Red+Green+Blue) = 215+106+61=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A3D is #2895C2. Grayscale: #858585. Windows color (decimal): -2659779 or 4025047. OLE color: 4025047.

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

Color convert

RGB21510661-
CMYK00.510.720.16
HSL17.53º65.81%54.12%-
HSV(B)17.53º71.63%84.31%-
XYZ34.0225.097.47-
YUV133.4687.11186.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.28%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 61 (24.22% from 255) = 15.97%
R=56.28%
G=27.75%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151066100.510.720.1617.5365.8154.12
HexD76A3D0334810124236
Octal32715275063110202210266
Binary1101011111010101111010110011100100010000100101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76A3D; }

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

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

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

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

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

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

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

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