#93823B

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

Shades of Highball #93823B

Tints of Highball #93823B

Color information

#93823B (or 0x93823B) is unknown color: approx Highball. HEX triplet: 93, 82 and 3B. RGB value is (147,130,59). Sum of RGB (Red+Green+Blue) = 147+130+59=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #93823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93823B is #6C7DC4. Grayscale: #7F7F7F. Windows color (decimal): -7110085 or 3900051. OLE color: 3900051.

HSL color Cylindrical-coordinate representation of color #93823B: hue angle of 48.41º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93823B is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14713059-
CMYK00.120.600.42
HSL48.41º42.72%40.39%-
HSV(B)48.41º59.86%57.65%-
XYZ20.822.487.38-
YUV126.9989.63142.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 59 (23.44% from 255) = 17.56%
R=43.75%
G=38.69%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471305900.120.600.4248.4142.7240.39
Hex93823B0C3C2A302b28
Octal223202730147452605350
Binary100100111000001011101101100111100101010110000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93823B; }

 p { color: rgb(147,130,59); }

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

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

 a { background-color: rgb(147,130,59); }

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

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

 span { border-color: rgb(147,130,59); }

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