#90340E

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

Shades of Saddle Brown #90340E

Tints of Saddle Brown #90340E

Color information

#90340E (or 0x90340E) is unknown color: approx Saddle Brown. HEX triplet: 90, 34 and 0E. RGB value is (144,52,14). Sum of RGB (Red+Green+Blue) = 144+52+14=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #90340E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90340E is #6FCBF1. Grayscale: #4B4B4B. Windows color (decimal): -7326706 or 930960. OLE color: 930960.

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

Color convert

RGB1445214-
CMYK00.640.900.44
HSL17.54º82.28%30.98%-
HSV(B)17.54º90.28%56.47%-
XYZ12.818.421.37-
YUV75.1893.48177.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 68.57%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 14 (5.86% from 255) = 6.67%
R=68.57%
G=24.76%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144521400.640.900.4417.5482.2830.98
Hex9034E0405A2C12521f
Octal22064160100132542212237
Binary10010000110100111001000000101101010110010010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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