#932900

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

Shades of Saddle Brown #932900

Tints of Saddle Brown #932900

Color information

#932900 (or 0x932900) is unknown color: approx Saddle Brown. HEX triplet: 93, 29 and 00. RGB value is (147,41,0). Sum of RGB (Red+Green+Blue) = 147+41+0=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #932900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932900 is #6CD6FF. Grayscale: #444444. Windows color (decimal): -7132928 or 10643. OLE color: 10643.

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

Color convert

RGB147410-
CMYK00.7210.42
HSL16.73º100%28.82%-
HSV(B)16.73º100%57.65%-
XYZ12.837.790.83-
YUV68.0289.62184.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.19%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.19%
G=21.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14741000.7210.4216.7310028.82
Hex93290048642A11641d
Octal2235100110144522114435
Binary10010011101001001001000110010010101010001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932900; }

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

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

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

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

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

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

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

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