#848442

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

Shades of Highball #848442

Tints of Highball #848442

Color information

#848442 (or 0x848442) is unknown color: approx Highball. HEX triplet: 84, 84 and 42. RGB value is (132,132,66). Sum of RGB (Red+Green+Blue) = 132+132+66=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848442 is #7B7BBD. Grayscale: #7C7C7C. Windows color (decimal): -8092606 or 4359300. OLE color: 4359300.

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

Color convert

RGB13213266-
CMYK000.50.48
HSL60º33.33%38.82%-
HSV(B)60º50%51.76%-
XYZ18.7521.88.37-
YUV124.4895133.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 66 (26.17% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213266000.50.486033.3338.82
Hex8484420032303c2127
Octal204204102006260744147
Binary1000010010000100100001000110010110000111100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848442; }

 p { color: rgb(132,132,66); }

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

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

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

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

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

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

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