#93843A

Color #93843A Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #93843A

Tints of Highball #93843A

Color information

#93843A (or 0x93843A) is unknown color: approx Highball. HEX triplet: 93, 84 and 3A. RGB value is (147,132,58). Sum of RGB (Red+Green+Blue) = 147+132+58=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #93843A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93843A is #6C7BC5. Grayscale: #808080. Windows color (decimal): -7109574 or 3835027. OLE color: 3835027.

HSL color Cylindrical-coordinate representation of color #93843A: hue angle of 49.89º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93843A is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14713258-
CMYK00.100.610.42
HSL49.89º43.41%40.2%-
HSV(B)49.89º60.54%57.65%-
XYZ21.0523.017.34-
YUV128.0588.47141.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 58 (23.05% from 255) = 17.21%
R=43.62%
G=39.17%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471325800.100.610.4249.8943.4140.2
Hex93843A0A3D2A322b28
Octal223204720127552625350
Binary100100111000010011101001010111101101010110010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93843A; }

 p { color: rgb(147,132,58); }

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

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

 a { background-color: rgb(147,132,58); }

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

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

 span { border-color: rgb(147,132,58); }

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