#95823B

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

Shades of Highball #95823B

Tints of Highball #95823B

Color information

#95823B (or 0x95823B) is unknown color: approx Highball. HEX triplet: 95, 82 and 3B. RGB value is (149,130,59). Sum of RGB (Red+Green+Blue) = 149+130+59=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95823B is #6A7DC4. Grayscale: #7F7F7F. Windows color (decimal): -6979013 or 3900053. OLE color: 3900053.

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

Color convert

RGB14913059-
CMYK00.130.600.42
HSL47.33º43.27%40.78%-
HSV(B)47.33º60.4%58.43%-
XYZ21.1722.677.4-
YUV127.5989.29143.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 59 (23.44% from 255) = 17.46%
R=44.08%
G=38.46%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491305900.130.600.4247.3343.2740.78
Hex95823B0D3C2A2f2b29
Octal225202730157452575351
Binary100101011000001011101101101111100101010101111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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