#944D0D

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

Shades of Saddle Brown #944D0D

Tints of Saddle Brown #944D0D

Color information

#944D0D (or 0x944D0D) is unknown color: approx Saddle Brown. HEX triplet: 94, 4D and 0D. RGB value is (148,77,13). Sum of RGB (Red+Green+Blue) = 148+77+13=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #944D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944D0D is #6BB2F2. Grayscale: #5B5B5B. Windows color (decimal): -7058163 or 871828. OLE color: 871828.

HSL color Cylindrical-coordinate representation of color #944D0D: hue angle of 28.44º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #944D0D is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1487713-
CMYK00.480.910.42
HSL28.44º83.85%31.57%-
HSV(B)28.44º91.22%58.04%-
XYZ14.9411.631.84-
YUV90.9384.02168.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.18%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 13 (5.47% from 255) = 5.46%
R=62.18%
G=32.35%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148771300.480.910.4228.4483.8531.57
Hex944DD0305B2A1c5420
Octal22411515060133523412440
Binary100101001001101110101100001011011101010111001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,77,13); }

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

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

 a { background-color: rgb(148,77,13); }

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

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

 span { border-color: rgb(148,77,13); }

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