#94340A

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

Shades of Saddle Brown #94340A

Tints of Saddle Brown #94340A

Color information

#94340A (or 0x94340A) is unknown color: approx Saddle Brown. HEX triplet: 94, 34 and 0A. RGB value is (148,52,10). Sum of RGB (Red+Green+Blue) = 148+52+10=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #94340A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94340A is #6BCBF5. Grayscale: #4C4C4C. Windows color (decimal): -7064566 or 668820. OLE color: 668820.

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

Color convert

RGB1485210-
CMYK00.650.930.42
HSL18.26º87.34%30.98%-
HSV(B)18.26º93.24%58.04%-
XYZ13.58.771.27-
YUV75.9290.8179.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.48%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 10 (4.30% from 255) = 4.76%
R=70.48%
G=24.76%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148521000.650.930.4218.2687.3430.98
Hex9434A0415D2A12571f
Octal22464120101135522212737
Binary10010100110100101001000001101110110101010010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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