#94461A

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

Shades of Saddle Brown #94461A

Tints of Saddle Brown #94461A

Color information

#94461A (or 0x94461A) is unknown color: approx Saddle Brown. HEX triplet: 94, 46 and 1A. RGB value is (148,70,26). Sum of RGB (Red+Green+Blue) = 148+70+26=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #94461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94461A is #6BB9E5. Grayscale: #585858. Windows color (decimal): -7059942 or 1722004. OLE color: 1722004.

HSL color Cylindrical-coordinate representation of color #94461A: hue angle of 21.64º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94461A is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1487026-
CMYK00.530.820.42
HSL21.64º70.11%34.12%-
HSV(B)21.64º82.43%58.04%-
XYZ14.5910.752.28-
YUV88.3192.84170.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.66%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 26 (10.55% from 255) = 10.66%
R=60.66%
G=28.69%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148702600.530.820.4221.6470.1134.12
Hex94461A035522A164622
Octal22410632065122522610642
Binary1001010010001101101001101011010010101010101101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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