#932E00

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

Shades of Saddle Brown #932E00

Tints of Saddle Brown #932E00

Color information

#932E00 (or 0x932E00) is unknown color: approx Saddle Brown. HEX triplet: 93, 2E and 00. RGB value is (147,46,0). Sum of RGB (Red+Green+Blue) = 147+46+0=193 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.17% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 147 - color contains mainly: red. Hex color #932E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932E00 is #6CD1FF. Grayscale: #474747. Windows color (decimal): -7131648 or 11923. OLE color: 11923.

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

Color convert

RGB147460-
CMYK00.6910.42
HSL18.78º100%28.82%-
HSV(B)18.78º100%57.65%-
XYZ13.018.160.89-
YUV70.9687.96182.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.17%
GREEN value IS 46 (18.36% from 255) = 23.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.17%
G=23.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14746000.6910.4218.7810028.82
Hex932E0045642A13641d
Octal2235600105144522314435
Binary10010011101110001000101110010010101010011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932E00; }

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

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

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

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

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

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

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

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