#933500

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

Shades of Saddle Brown #933500

Tints of Saddle Brown #933500

Color information

#933500 (or 0x933500) is unknown color: approx Saddle Brown. HEX triplet: 93, 35 and 00. RGB value is (147,53,0). Sum of RGB (Red+Green+Blue) = 147+53+0=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #933500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933500 is #6CCAFF. Grayscale: #4B4B4B. Windows color (decimal): -7129856 or 13715. OLE color: 13715.

HSL color Cylindrical-coordinate representation of color #933500: hue angle of 21.63º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #933500 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB147530-
CMYK00.6410.42
HSL21.63º100%28.82%-
HSV(B)21.63º100%57.65%-
XYZ13.318.750.99-
YUV75.0685.64179.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.5%
GREEN value IS 53 (21.09% from 255) = 26.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.5%
G=26.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14753000.6410.4221.6310028.82
Hex93350040642A16641d
Octal2236500100144522614435
Binary10010011110101001000000110010010101010110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933500; }

 p { color: rgb(147,53,0); }

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

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

 a { background-color: rgb(147,53,0); }

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

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

 span { border-color: rgb(147,53,0); }

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