#94420A

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

Shades of Saddle Brown #94420A

Tints of Saddle Brown #94420A

Color information

#94420A (or 0x94420A) is unknown color: approx Saddle Brown. HEX triplet: 94, 42 and 0A. RGB value is (148,66,10). Sum of RGB (Red+Green+Blue) = 148+66+10=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #94420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94420A is #6BBDF5. Grayscale: #545454. Windows color (decimal): -7060982 or 672404. OLE color: 672404.

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

Color convert

RGB1486610-
CMYK00.550.930.42
HSL24.35º87.34%30.98%-
HSV(B)24.35º93.24%58.04%-
XYZ14.2210.211.51-
YUV84.1386.17173.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 66.07%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 10 (4.30% from 255) = 4.46%
R=66.07%
G=29.46%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148661000.550.930.4224.3587.3430.98
Hex9442A0375D2A18571f
Octal22410212067135523012737
Binary10010100100001010100110111101110110101011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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