#944F1B

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

Shades of Saddle Brown #944F1B

Tints of Saddle Brown #944F1B

Color information

#944F1B (or 0x944F1B) is unknown color: approx Saddle Brown. HEX triplet: 94, 4F and 1B. RGB value is (148,79,27). Sum of RGB (Red+Green+Blue) = 148+79+27=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #944F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944F1B is #6BB0E4. Grayscale: #5D5D5D. Windows color (decimal): -7057637 or 1789844. OLE color: 1789844.

HSL color Cylindrical-coordinate representation of color #944F1B: hue angle of 25.79º degrees, saturation: 0.69, 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 #944F1B is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1487927-
CMYK00.470.820.42
HSL25.79º69.14%34.31%-
HSV(B)25.79º81.76%58.04%-
XYZ15.2111.972.55-
YUV93.790.36166.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.27%
GREEN value IS 79 (31.25% from 255) = 31.10%
BLUE value IS 27 (10.94% from 255) = 10.63%
R=58.27%
G=31.10%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148792700.470.820.4225.7969.1434.31
Hex944F1B02F522A1a4522
Octal22411733057122523210542
Binary1001010010011111101101011111010010101010110101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944F1B; }

 p { color: rgb(148,79,27); }

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

<style>
 a { background-color: #944F1B; }

 a { background-color: rgb(148,79,27); }

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

<style>
 span { border-color: #944F1B; }

 span { border-color: rgb(148,79,27); }

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