#932801

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

Shades of Saddle Brown #932801

Tints of Saddle Brown #932801

Color information

#932801 (or 0x932801) is unknown color: approx Saddle Brown. HEX triplet: 93, 28 and 01. RGB value is (147,40,1). Sum of RGB (Red+Green+Blue) = 147+40+1=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #932801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932801 is #6CD7FE. Grayscale: #434343. Windows color (decimal): -7133183 or 75923. OLE color: 75923.

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

Color convert

RGB147401-
CMYK00.730.990.42
HSL16.03º98.65%29.02%-
HSV(B)16.03º99.32%57.65%-
XYZ12.87.720.84-
YUV67.5590.45184.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.19%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=78.19%
G=21.28%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14740100.730.990.4216.0398.6529.02
Hex93281049632A10631d
Octal2235010111143522014335
Binary10010011101000101001001110001110101010000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932801; }

 p { color: rgb(147,40,1); }

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

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

 a { background-color: rgb(147,40,1); }

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

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

 span { border-color: rgb(147,40,1); }

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