#905312

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

Shades of Saddle Brown #905312

Tints of Saddle Brown #905312

Color information

#905312 (or 0x905312) is unknown color: approx Saddle Brown. HEX triplet: 90, 53 and 12. RGB value is (144,83,18). Sum of RGB (Red+Green+Blue) = 144+83+18=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #905312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905312 is #6FACED. Grayscale: #5E5E5E. Windows color (decimal): -7318766 or 1201040. OLE color: 1201040.

HSL color Cylindrical-coordinate representation of color #905312: hue angle of 30.95º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #905312 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB1448318-
CMYK00.420.880.44
HSL30.95º77.78%31.76%-
HSV(B)30.95º87.5%56.47%-
XYZ14.712.162.14-
YUV93.8385.21163.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.78%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=58.78%
G=33.88%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144831800.420.880.4430.9577.7831.76
Hex90531202A582C1f4e20
Octal22012322052130543711640
Binary1001000010100111001001010101011000101100111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905312; }

 p { color: rgb(144,83,18); }

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

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

 a { background-color: rgb(144,83,18); }

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

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

 span { border-color: rgb(144,83,18); }

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