#848541

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

Shades of Highball #848541

Tints of Highball #848541

Color information

#848541 (or 0x848541) is unknown color: approx Highball. HEX triplet: 84, 85 and 41. RGB value is (132,133,65). Sum of RGB (Red+Green+Blue) = 132+133+65=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #848541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848541 is #7B7ABE. Grayscale: #7D7D7D. Windows color (decimal): -8092351 or 4294020. OLE color: 4294020.

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

Color convert

RGB13213365-
CMYK0.0100.510.48
HSL60.88º34.34%38.82%-
HSV(B)60.88º51.13%52.16%-
XYZ18.8622.068.27-
YUV124.9594.17133.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=40%
G=40.30%
B=19.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133650.0100.510.4860.8834.3438.82
Hex8485411033303d2227
Octal204205101106360754247
Binary1000010010000101100000110110011110000111101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848541; }

 p { color: rgb(132,133,65); }

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

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

 a { background-color: rgb(132,133,65); }

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

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

 span { border-color: rgb(132,133,65); }

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