#94460B

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

Shades of Saddle Brown #94460B

Tints of Saddle Brown #94460B

Color information

#94460B (or 0x94460B) is unknown color: approx Saddle Brown. HEX triplet: 94, 46 and 0B. RGB value is (148,70,11). Sum of RGB (Red+Green+Blue) = 148+70+11=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #94460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94460B is #6BB9F4. Grayscale: #565656. Windows color (decimal): -7059957 or 738964. OLE color: 738964.

HSL color Cylindrical-coordinate representation of color #94460B: hue angle of 25.84º degrees, saturation: 0.86, 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 #94460B is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1487011-
CMYK00.530.930.42
HSL25.84º86.16%31.18%-
HSV(B)25.84º92.57%58.04%-
XYZ14.4610.71.62-
YUV86.685.34171.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.63%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 11 (4.69% from 255) = 4.80%
R=64.63%
G=30.57%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148701100.530.930.4225.8486.1631.18
Hex9446B0355D2A1a561f
Octal22410613065135523212637
Binary10010100100011010110110101101110110101011010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94460B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94460B; }

 p { color: rgb(148,70,11); }

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

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

 a { background-color: rgb(148,70,11); }

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

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

 span { border-color: rgb(148,70,11); }

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