#944310

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

Shades of Saddle Brown #944310

Tints of Saddle Brown #944310

Color information

#944310 (or 0x944310) is unknown color: approx Saddle Brown. HEX triplet: 94, 43 and 10. RGB value is (148,67,16). Sum of RGB (Red+Green+Blue) = 148+67+16=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #944310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944310 is #6BBCEF. Grayscale: #555555. Windows color (decimal): -7060720 or 1065876. OLE color: 1065876.

HSL color Cylindrical-coordinate representation of color #944310: hue angle of 23.18º degrees, saturation: 0.8, 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 #944310 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1486716-
CMYK00.550.890.42
HSL23.18º80.49%32.16%-
HSV(B)23.18º89.19%58.04%-
XYZ14.3110.351.73-
YUV85.488.84172.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.07%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 16 (6.64% from 255) = 6.93%
R=64.07%
G=29.00%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148671600.550.890.4223.1880.4932.16
Hex944310037592A175020
Octal22410320067131522712040
Binary1001010010000111000001101111011001101010101111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944310; }

 p { color: rgb(148,67,16); }

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

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

 a { background-color: rgb(148,67,16); }

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

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

 span { border-color: rgb(148,67,16); }

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