#933400

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

Shades of Saddle Brown #933400

Tints of Saddle Brown #933400

Color information

#933400 (or 0x933400) is unknown color: approx Saddle Brown. HEX triplet: 93, 34 and 00. RGB value is (147,52,0). Sum of RGB (Red+Green+Blue) = 147+52+0=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #933400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933400 is #6CCBFF. Grayscale: #4A4A4A. Windows color (decimal): -7130112 or 13459. OLE color: 13459.

HSL color Cylindrical-coordinate representation of color #933400: hue angle of 21.22º 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 #933400 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB147520-
CMYK00.6510.42
HSL21.22º100%28.82%-
HSV(B)21.22º100%57.65%-
XYZ13.268.660.97-
YUV74.4885.97179.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.87%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.87%
G=26.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14752000.6510.4221.2210028.82
Hex93340041642A15641d
Octal2236400101144522514435
Binary10010011110100001000001110010010101010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933400; }

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

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

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

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

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

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

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

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