#944813

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

Shades of Saddle Brown #944813

Tints of Saddle Brown #944813

Color information

#944813 (or 0x944813) is unknown color: approx Saddle Brown. HEX triplet: 94, 48 and 13. RGB value is (148,72,19). Sum of RGB (Red+Green+Blue) = 148+72+19=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #944813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944813 is #6BB7EC. Grayscale: #585858. Windows color (decimal): -7059437 or 1263764. OLE color: 1263764.

HSL color Cylindrical-coordinate representation of color #944813: hue angle of 24.65º 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 #944813 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1487219-
CMYK00.510.870.42
HSL24.65º77.25%32.75%-
HSV(B)24.65º87.16%58.04%-
XYZ14.6510.981.96-
YUV88.6888.68170.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.92%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 19 (7.81% from 255) = 7.95%
R=61.92%
G=30.13%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148721900.510.870.4224.6577.2532.75
Hex944813033572A194d21
Octal22411023063127523111541
Binary1001010010010001001101100111010111101010110011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944813; }

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

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

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

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

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

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

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

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