#932E01

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

Shades of Saddle Brown #932E01

Tints of Saddle Brown #932E01

Color information

#932E01 (or 0x932E01) is unknown color: approx Saddle Brown. HEX triplet: 93, 2E and 01. RGB value is (147,46,1). Sum of RGB (Red+Green+Blue) = 147+46+1=194 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.77% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 147 - color contains mainly: red. Hex color #932E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932E01 is #6CD1FE. Grayscale: #474747. Windows color (decimal): -7131647 or 77459. OLE color: 77459.

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

Color convert

RGB147461-
CMYK00.690.990.42
HSL18.49º98.65%29.02%-
HSV(B)18.49º99.32%57.65%-
XYZ13.028.160.92-
YUV71.0788.46182.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 75.77%
GREEN value IS 46 (18.36% from 255) = 23.71%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=75.77%
G=23.71%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14746100.690.990.4218.4998.6529.02
Hex932E1045632A12631d
Octal2235610105143522214335
Binary10010011101110101000101110001110101010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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