#94491C

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

Shades of Saddle Brown #94491C

Tints of Saddle Brown #94491C

Color information

#94491C (or 0x94491C) is unknown color: approx Saddle Brown. HEX triplet: 94, 49 and 1C. RGB value is (148,73,28). Sum of RGB (Red+Green+Blue) = 148+73+28=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #94491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94491C is #6BB6E3. Grayscale: #5A5A5A. Windows color (decimal): -7059172 or 1853844. OLE color: 1853844.

HSL color Cylindrical-coordinate representation of color #94491C: hue angle of 22.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94491C is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1487328-
CMYK00.510.810.42
HSL22.5º68.18%34.51%-
HSV(B)22.5º81.08%58.04%-
XYZ14.811.142.47-
YUV90.2992.85169.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.44%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=59.44%
G=29.32%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148732800.510.810.4222.568.1834.51
Hex94491C033512A164423
Octal22411134063121522610443
Binary1001010010010011110001100111010001101010101101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94491C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94491C; }

 p { color: rgb(148,73,28); }

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

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

 a { background-color: rgb(148,73,28); }

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

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

 span { border-color: rgb(148,73,28); }

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