#945011

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

Shades of Saddle Brown #945011

Tints of Saddle Brown #945011

Color information

#945011 (or 0x945011) is unknown color: approx Saddle Brown. HEX triplet: 94, 50 and 11. RGB value is (148,80,17). Sum of RGB (Red+Green+Blue) = 148+80+17=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #945011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945011 is #6BAFEE. Grayscale: #5D5D5D. Windows color (decimal): -7057391 or 1134740. OLE color: 1134740.

HSL color Cylindrical-coordinate representation of color #945011: hue angle of 28.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #945011 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1488017-
CMYK00.460.890.42
HSL28.85º79.39%32.35%-
HSV(B)28.85º88.51%58.04%-
XYZ15.1812.072.06-
YUV93.1585.03167.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.41%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=60.41%
G=32.65%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148801700.460.890.4228.8579.3932.35
Hex94501102E592A1d4f20
Octal22412021056131523511740
Binary1001010010100001000101011101011001101010111011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945011; }

 p { color: rgb(148,80,17); }

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

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

 a { background-color: rgb(148,80,17); }

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

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

 span { border-color: rgb(148,80,17); }

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