#94421D

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

Shades of Saddle Brown #94421D

Tints of Saddle Brown #94421D

Color information

#94421D (or 0x94421D) is unknown color: approx Saddle Brown. HEX triplet: 94, 42 and 1D. RGB value is (148,66,29). Sum of RGB (Red+Green+Blue) = 148+66+29=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94421D is #6BBDE2. Grayscale: #565656. Windows color (decimal): -7060963 or 1917588. OLE color: 1917588.

HSL color Cylindrical-coordinate representation of color #94421D: hue angle of 18.66º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94421D is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1486629-
CMYK00.550.800.42
HSL18.66º67.23%34.71%-
HSV(B)18.66º80.41%58.04%-
XYZ14.3810.282.39-
YUV86.395.67172.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.91%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 29 (11.72% from 255) = 11.93%
R=60.91%
G=27.16%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148662900.550.800.4218.6667.2334.71
Hex94421D037502A134323
Octal22410235067120522310343
Binary1001010010000101110101101111010000101010100111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94421D; }

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

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

<style>
 a { background-color: #94421D; }

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

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

<style>
 span { border-color: #94421D; }

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

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