#944714

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

Shades of Saddle Brown #944714

Tints of Saddle Brown #944714

Color information

#944714 (or 0x944714) is unknown color: approx Saddle Brown. HEX triplet: 94, 47 and 14. RGB value is (148,71,20). Sum of RGB (Red+Green+Blue) = 148+71+20=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #944714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944714 is #6BB8EB. Grayscale: #585858. Windows color (decimal): -7059692 or 1329044. OLE color: 1329044.

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

Color convert

RGB1487120-
CMYK00.520.860.42
HSL23.91º76.19%32.94%-
HSV(B)23.91º86.49%58.04%-
XYZ14.5910.851.99-
YUV88.2189.51170.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.92%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=61.92%
G=29.71%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148712000.520.860.4223.9176.1932.94
Hex944714034562A184c21
Octal22410724064126523011441
Binary1001010010001111010001101001010110101010110001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944714; }

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

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

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

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

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

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

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

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