#D76C3E

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

Shades of Sorbus #D76C3E

Tints of Sorbus #D76C3E

Color information

#D76C3E (or 0xD76C3E) is unknown color: approx Sorbus. HEX triplet: D7, 6C and 3E. RGB value is (215,108,62). Sum of RGB (Red+Green+Blue) = 215+108+62=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C3E is #2893C1. Grayscale: #878787. Windows color (decimal): -2659266 or 4091095. OLE color: 4091095.

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

Color convert

RGB21510862-
CMYK00.500.710.16
HSL18.04º65.67%54.31%-
HSV(B)18.04º71.16%84.31%-
XYZ34.2625.527.68-
YUV134.7586.95185.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.84%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 62 (24.61% from 255) = 16.10%
R=55.84%
G=28.05%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151086200.500.710.1618.0465.6754.31
HexD76C3E0324710124236
Octal32715476062107202210266
Binary1101011111011001111100110010100011110000100101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76C3E; }

 p { color: rgb(215,108,62); }

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

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

 a { background-color: rgb(215,108,62); }

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

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

 span { border-color: rgb(215,108,62); }

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