#90450F

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

Shades of Saddle Brown #90450F

Tints of Saddle Brown #90450F

Color information

#90450F (or 0x90450F) is unknown color: approx Saddle Brown. HEX triplet: 90, 45 and 0F. RGB value is (144,69,15). Sum of RGB (Red+Green+Blue) = 144+69+15=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #90450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90450F is #6FBAF0. Grayscale: #555555. Windows color (decimal): -7322353 or 1000848. OLE color: 1000848.

HSL color Cylindrical-coordinate representation of color #90450F: hue angle of 25.12º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90450F is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1446915-
CMYK00.520.900.44
HSL25.12º81.13%31.18%-
HSV(B)25.12º89.58%56.47%-
XYZ13.7210.221.7-
YUV85.2788.35169.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 63.16%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 15 (6.25% from 255) = 6.58%
R=63.16%
G=30.26%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144691500.520.900.4425.1281.1331.18
Hex9045F0345A2C19511f
Octal22010517064132543112137
Binary10010000100010111110110100101101010110011001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90450F; }

 p { color: rgb(144,69,15); }

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

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

 a { background-color: rgb(144,69,15); }

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

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

 span { border-color: rgb(144,69,15); }

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