#907055

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

Shades of Leather #907055

Tints of Leather #907055

Color information

#907055 (or 0x907055) is unknown color: approx Leather. HEX triplet: 90, 70 and 55. RGB value is (144,112,85). Sum of RGB (Red+Green+Blue) = 144+112+85=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #907055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907055 is #6F8FAA. Grayscale: #767676. Windows color (decimal): -7311275 or 5599376. OLE color: 5599376.

HSL color Cylindrical-coordinate representation of color #907055: hue angle of 27.46º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #907055 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB14411285-
CMYK00.220.410.44
HSL27.46º25.76%44.9%-
HSV(B)27.46º40.97%56.47%-
XYZ18.9418.1711.1-
YUV118.49109.1146.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.23%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=42.23%
G=32.84%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441128500.220.410.4427.4625.7644.9
Hex907055016292C1b1a2d
Octal2201601250265154333255
Binary10010000111000010101010101101010011011001101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907055; }

 p { color: rgb(144,112,85); }

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

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

 a { background-color: rgb(144,112,85); }

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

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

 span { border-color: rgb(144,112,85); }

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