#90380E

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

Shades of Saddle Brown #90380E

Tints of Saddle Brown #90380E

Color information

#90380E (or 0x90380E) is unknown color: approx Saddle Brown. HEX triplet: 90, 38 and 0E. RGB value is (144,56,14). Sum of RGB (Red+Green+Blue) = 144+56+14=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #90380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90380E is #6FC7F1. Grayscale: #4D4D4D. Windows color (decimal): -7325682 or 931984. OLE color: 931984.

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

Color convert

RGB1445614-
CMYK00.610.900.44
HSL19.38º82.28%30.98%-
HSV(B)19.38º90.28%56.47%-
XYZ138.791.43-
YUV77.5292.15175.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 67.29%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 14 (5.86% from 255) = 6.54%
R=67.29%
G=26.17%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144561400.610.900.4419.3882.2830.98
Hex9038E03D5A2C13521f
Octal2207016075132542312237
Binary1001000011100011100111101101101010110010011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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