#945013

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

Shades of Saddle Brown #945013

Tints of Saddle Brown #945013

Color information

#945013 (or 0x945013) is unknown color: approx Saddle Brown. HEX triplet: 94, 50 and 13. RGB value is (148,80,19). Sum of RGB (Red+Green+Blue) = 148+80+19=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #945013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945013 is #6BAFEC. Grayscale: #5D5D5D. Windows color (decimal): -7057389 or 1265812. OLE color: 1265812.

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

Color convert

RGB1488019-
CMYK00.460.870.42
HSL28.37º77.25%32.75%-
HSV(B)28.37º87.16%58.04%-
XYZ15.212.082.15-
YUV93.3886.03166.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.92%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 19 (7.81% from 255) = 7.69%
R=59.92%
G=32.39%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148801900.460.870.4228.3777.2532.75
Hex94501302E572A1c4d21
Octal22412023056127523411541
Binary1001010010100001001101011101010111101010111001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945013; }

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

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

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

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

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

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

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

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