#934C12

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

Shades of Saddle Brown #934C12

Tints of Saddle Brown #934C12

Color information

#934C12 (or 0x934C12) is unknown color: approx Saddle Brown. HEX triplet: 93, 4C and 12. RGB value is (147,76,18). Sum of RGB (Red+Green+Blue) = 147+76+18=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #934C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934C12 is #6CB3ED. Grayscale: #5A5A5A. Windows color (decimal): -7123950 or 1199251. OLE color: 1199251.

HSL color Cylindrical-coordinate representation of color #934C12: hue angle of 26.98º 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 #934C12 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1477618-
CMYK00.480.880.42
HSL26.98º78.18%32.35%-
HSV(B)26.98º87.76%57.65%-
XYZ14.7311.422-
YUV90.6287.02168.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.00%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 18 (7.42% from 255) = 7.47%
R=61.00%
G=31.54%
B=7.47%

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
Decimal147761800.480.880.4226.9878.1832.35
Hex934C12030582A1b4e20
Octal22311422060130523311640
Binary1001001110011001001001100001011000101010110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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