#933D1A

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

Shades of Saddle Brown #933D1A

Tints of Saddle Brown #933D1A

Color information

#933D1A (or 0x933D1A) is unknown color: approx Saddle Brown. HEX triplet: 93, 3D and 1A. RGB value is (147,61,26). Sum of RGB (Red+Green+Blue) = 147+61+26=234 (30% of max value = 765). Red value is 147 (57.81% from 255 or 62.82% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 147 - color contains mainly: red. Hex color #933D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933D1A is #6CC2E5. Grayscale: #525252. Windows color (decimal): -7127782 or 1719699. OLE color: 1719699.

HSL color Cylindrical-coordinate representation of color #933D1A: hue angle of 17.36º degrees, saturation: 0.7, 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 #933D1A is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1476126-
CMYK00.590.820.42
HSL17.36º69.94%33.92%-
HSV(B)17.36º82.31%57.65%-
XYZ13.899.622.1-
YUV82.7295.99173.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.82%
GREEN value IS 61 (24.22% from 255) = 26.07%
BLUE value IS 26 (10.55% from 255) = 11.11%
R=62.82%
G=26.07%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147612600.590.820.4217.3669.9433.92
Hex933D1A03B522A114622
Octal2237532073122522110642
Binary100100111111011101001110111010010101010100011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933D1A; }

 p { color: rgb(147,61,26); }

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

<style>
 a { background-color: #933D1A; }

 a { background-color: rgb(147,61,26); }

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

<style>
 span { border-color: #933D1A; }

 span { border-color: rgb(147,61,26); }

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