#848045

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

Shades of Highball #848045

Tints of Highball #848045

Color information

#848045 (or 0x848045) is unknown color: approx Highball. HEX triplet: 84, 80 and 45. RGB value is (132,128,69). Sum of RGB (Red+Green+Blue) = 132+128+69=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #848045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848045 is #7B7FBA. Grayscale: #7A7A7A. Windows color (decimal): -8093627 or 4554884. OLE color: 4554884.

HSL color Cylindrical-coordinate representation of color #848045: hue angle of 56.19º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #848045 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB13212869-
CMYK00.030.480.48
HSL56.19º31.34%39.41%-
HSV(B)56.19º47.73%51.76%-
XYZ18.3120.778.67-
YUV122.4797.83134.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=40.12%
G=38.91%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321286900.030.480.4856.1931.3439.41
Hex848045033030381f27
Octal204200105036060703747
Binary1000010010000000100010101111000011000011100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848045; }

 p { color: rgb(132,128,69); }

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

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

 a { background-color: rgb(132,128,69); }

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

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

 span { border-color: rgb(132,128,69); }

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