#90330E

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

Shades of Saddle Brown #90330E

Tints of Saddle Brown #90330E

Color information

#90330E (or 0x90330E) is unknown color: approx Saddle Brown. HEX triplet: 90, 33 and 0E. RGB value is (144,51,14). Sum of RGB (Red+Green+Blue) = 144+51+14=209 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.90% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 144 - color contains mainly: red. Hex color #90330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90330E is #6FCCF1. Grayscale: #4A4A4A. Windows color (decimal): -7326962 or 930704. OLE color: 930704.

HSL color Cylindrical-coordinate representation of color #90330E: hue angle of 17.08º degrees, saturation: 0.82, 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 #90330E is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1445114-
CMYK00.650.900.44
HSL17.08º82.28%30.98%-
HSV(B)17.08º90.28%56.47%-
XYZ12.768.331.35-
YUV74.5993.81177.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 68.90%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=68.90%
G=24.40%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144511400.650.900.4417.0882.2830.98
Hex9033E0415A2C11521f
Octal22063160101132542112237
Binary10010000110011111001000001101101010110010001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90330E; }

 p { color: rgb(144,51,14); }

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

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

 a { background-color: rgb(144,51,14); }

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

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

 span { border-color: rgb(144,51,14); }

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