#933200

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

Shades of Saddle Brown #933200

Tints of Saddle Brown #933200

Color information

#933200 (or 0x933200) is unknown color: approx Saddle Brown. HEX triplet: 93, 32 and 00. RGB value is (147,50,0). Sum of RGB (Red+Green+Blue) = 147+50+0=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #933200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933200 is #6CCDFF. Grayscale: #494949. Windows color (decimal): -7130624 or 12947. OLE color: 12947.

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

Color convert

RGB147500-
CMYK00.6610.42
HSL20.41º100%28.82%-
HSV(B)20.41º100%57.65%-
XYZ13.178.480.94-
YUV73.386.64180.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 74.62%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.62%
G=25.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14750000.6610.4220.4110028.82
Hex93320042642A14641d
Octal2236200102144522414435
Binary10010011110010001000010110010010101010100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933200; }

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

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

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

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

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

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

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

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