#938E2E

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

Shades of Highball #938E2E

Tints of Highball #938E2E

Color information

#938E2E (or 0x938E2E) is unknown color: approx Highball. HEX triplet: 93, 8E and 2E. RGB value is (147,142,46). Sum of RGB (Red+Green+Blue) = 147+142+46=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #938E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938E2E is #6C71D1. Grayscale: #848484. Windows color (decimal): -7107026 or 3051155. OLE color: 3051155.

HSL color Cylindrical-coordinate representation of color #938E2E: hue angle of 57.03º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #938E2E is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14714246-
CMYK00.030.690.42
HSL57.03º52.33%37.84%-
HSV(B)57.03º68.71%57.65%-
XYZ22.225.756.38-
YUV132.5579.16138.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.88%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 46 (18.36% from 255) = 13.73%
R=43.88%
G=42.39%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471424600.030.690.4257.0352.3337.84
Hex938E2E03452A393426
Octal223216560310552716446
Binary10010011100011101011100111000101101010111001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938E2E; }

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

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

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

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

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

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

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

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