#934D12

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

Shades of Saddle Brown #934D12

Tints of Saddle Brown #934D12

Color information

#934D12 (or 0x934D12) is unknown color: approx Saddle Brown. HEX triplet: 93, 4D and 12. RGB value is (147,77,18). Sum of RGB (Red+Green+Blue) = 147+77+18=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #934D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #934D12 is #6CB2ED. Grayscale: #5B5B5B. Windows color (decimal): -7123694 or 1199507. OLE color: 1199507.

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

Color convert

RGB1477718-
CMYK00.480.880.42
HSL27.44º78.18%32.35%-
HSV(B)27.44º87.76%57.65%-
XYZ14.811.552.02-
YUV91.286.69167.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.74%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 18 (7.42% from 255) = 7.44%
R=60.74%
G=31.82%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147771800.480.880.4227.4478.1832.35
Hex934D12030582A1b4e20
Octal22311522060130523311640
Binary1001001110011011001001100001011000101010110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934D12; }

 p { color: rgb(147,77,18); }

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

<style>
 a { background-color: #934D12; }

 a { background-color: rgb(147,77,18); }

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

<style>
 span { border-color: #934D12; }

 span { border-color: rgb(147,77,18); }

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