#934A1D

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

Shades of Saddle Brown #934A1D

Tints of Saddle Brown #934A1D

Color information

#934A1D (or 0x934A1D) is unknown color: approx Saddle Brown. HEX triplet: 93, 4A and 1D. RGB value is (147,74,29). Sum of RGB (Red+Green+Blue) = 147+74+29=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #934A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934A1D is #6CB5E2. Grayscale: #5A5A5A. Windows color (decimal): -7124451 or 1919635. OLE color: 1919635.

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

Color convert

RGB1477429-
CMYK00.500.800.42
HSL22.88º67.05%34.51%-
HSV(B)22.88º80.27%57.65%-
XYZ14.711.192.55-
YUV90.793.18168.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.8%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 29 (11.72% from 255) = 11.6%
R=58.8%
G=29.6%
B=11.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147742900.500.800.4222.8867.0534.51
Hex934A1D032502A174323
Octal22311235062120522710343
Binary1001001110010101110101100101010000101010101111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,74,29); }

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

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

 a { background-color: rgb(147,74,29); }

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

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

 span { border-color: rgb(147,74,29); }

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