#932800

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

Shades of Saddle Brown #932800

Tints of Saddle Brown #932800

Color information

#932800 (or 0x932800) is unknown color: approx Saddle Brown. HEX triplet: 93, 28 and 00. RGB value is (147,40,0). Sum of RGB (Red+Green+Blue) = 147+40+0=187 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.61% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 147 - color contains mainly: red. Hex color #932800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932800 is #6CD7FF. Grayscale: #434343. Windows color (decimal): -7133184 or 10387. OLE color: 10387.

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

Color convert

RGB147400-
CMYK00.7310.42
HSL16.33º100%28.82%-
HSV(B)16.33º100%57.65%-
XYZ12.797.720.82-
YUV67.4389.95184.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.61%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.61%
G=21.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14740000.7310.4216.3310028.82
Hex93280049642A10641d
Octal2235000111144522014435
Binary10010011101000001001001110010010101010000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932800; }

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

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

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

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

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

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

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

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