#94400F

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

Shades of Saddle Brown #94400F

Tints of Saddle Brown #94400F

Color information

#94400F (or 0x94400F) is unknown color: approx Saddle Brown. HEX triplet: 94, 40 and 0F. RGB value is (148,64,15). Sum of RGB (Red+Green+Blue) = 148+64+15=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #94400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94400F is #6BBFF0. Grayscale: #535353. Windows color (decimal): -7061489 or 999572. OLE color: 999572.

HSL color Cylindrical-coordinate representation of color #94400F: hue angle of 22.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94400F is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1486415-
CMYK00.570.900.42
HSL22.11º81.6%31.96%-
HSV(B)22.11º89.86%58.04%-
XYZ14.13101.64-
YUV83.5389.33173.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 65.20%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=65.20%
G=28.19%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148641500.570.900.4222.1181.631.96
Hex9440F0395A2A165220
Octal22410017071132522612240
Binary100101001000000111101110011011010101010101101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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