#94400A

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

Shades of Saddle Brown #94400A

Tints of Saddle Brown #94400A

Color information

#94400A (or 0x94400A) is unknown color: approx Saddle Brown. HEX triplet: 94, 40 and 0A. RGB value is (148,64,10). Sum of RGB (Red+Green+Blue) = 148+64+10=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #94400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94400A is #6BBFF5. Grayscale: #535353. Windows color (decimal): -7061494 or 671892. OLE color: 671892.

HSL color Cylindrical-coordinate representation of color #94400A: hue angle of 23.48º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94400A is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1486410-
CMYK00.570.930.42
HSL23.48º87.34%30.98%-
HSV(B)23.48º93.24%58.04%-
XYZ14.19.981.47-
YUV82.9686.83174.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 66.67%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 10 (4.30% from 255) = 4.50%
R=66.67%
G=28.83%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148641000.570.930.4223.4887.3430.98
Hex9440A0395D2A17571f
Octal22410012071135522712737
Binary10010100100000010100111001101110110101010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94400A; }

 p { color: rgb(148,64,10); }

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

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

 a { background-color: rgb(148,64,10); }

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

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

 span { border-color: rgb(148,64,10); }

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