#944718

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

Shades of Saddle Brown #944718

Tints of Saddle Brown #944718

Color information

#944718 (or 0x944718) is unknown color: approx Saddle Brown. HEX triplet: 94, 47 and 18. RGB value is (148,71,24). Sum of RGB (Red+Green+Blue) = 148+71+24=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #944718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944718 is #6BB8E7. Grayscale: #585858. Windows color (decimal): -7059688 or 1591188. OLE color: 1591188.

HSL color Cylindrical-coordinate representation of color #944718: hue angle of 22.74º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #944718 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1487124-
CMYK00.520.840.42
HSL22.74º72.09%33.73%-
HSV(B)22.74º83.78%58.04%-
XYZ14.6310.872.19-
YUV88.6691.51170.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.91%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 24 (9.77% from 255) = 9.88%
R=60.91%
G=29.22%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148712400.520.840.4222.7472.0933.73
Hex944718034542A174822
Octal22410730064124522711042
Binary1001010010001111100001101001010100101010101111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944718; }

 p { color: rgb(148,71,24); }

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

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

 a { background-color: rgb(148,71,24); }

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

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

 span { border-color: rgb(148,71,24); }

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