#90520A

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

Shades of Saddle Brown #90520A

Tints of Saddle Brown #90520A

Color information

#90520A (or 0x90520A) is unknown color: approx Saddle Brown. HEX triplet: 90, 52 and 0A. RGB value is (144,82,10). Sum of RGB (Red+Green+Blue) = 144+82+10=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #90520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90520A is #6FADF5. Grayscale: #5C5C5C. Windows color (decimal): -7319030 or 676496. OLE color: 676496.

HSL color Cylindrical-coordinate representation of color #90520A: hue angle of 32.24º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90520A is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB1448210-
CMYK00.430.930.44
HSL32.24º87.01%30.2%-
HSV(B)32.24º93.06%56.47%-
XYZ14.5711.991.83-
YUV92.3381.54164.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 61.02%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 10 (4.30% from 255) = 4.24%
R=61.02%
G=34.75%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144821000.430.930.4432.2487.0130.2
Hex9052A02B5D2C20571e
Octal22012212053135544012736
Binary100100001010010101001010111011101101100100000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90520A; }

 p { color: rgb(144,82,10); }

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

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

 a { background-color: rgb(144,82,10); }

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

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

 span { border-color: rgb(144,82,10); }

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