#94471A

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

Shades of Saddle Brown #94471A

Tints of Saddle Brown #94471A

Color information

#94471A (or 0x94471A) is unknown color: approx Saddle Brown. HEX triplet: 94, 47 and 1A. RGB value is (148,71,26). Sum of RGB (Red+Green+Blue) = 148+71+26=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94471A is #6BB8E5. Grayscale: #595959. Windows color (decimal): -7059686 or 1722260. OLE color: 1722260.

HSL color Cylindrical-coordinate representation of color #94471A: hue angle of 22.13º 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 #94471A is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1487126-
CMYK00.520.820.42
HSL22.13º70.11%34.12%-
HSV(B)22.13º82.43%58.04%-
XYZ14.6510.882.3-
YUV88.8992.51170.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.41%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=60.41%
G=28.98%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148712600.520.820.4222.1370.1134.12
Hex94471A034522A164622
Octal22410732064122522610642
Binary1001010010001111101001101001010010101010101101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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