Html Css Color HEX #848241 Highball

📋 copy color: '#848241'

red 132 ◦ green 130 ◦ blue 65

#848241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highball #848241

Tints of Highball #848241

RGB

 RED value IS 132 (51.95% from 255) = 40.37%

 GREEN value IS 130 (51.17% from 255) = 39.76%

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 40.37%
G = 39.76%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#848241 (or 0x848241) is known color: Highball. HEX triplet: 84, 82 and 41. RGB value is (132,130,65). Sum of RGB (Red+Green+Blue) = 132+130+65=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #848241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848241 is #7B7DBE. Grayscale: #7B7B7B. Windows color (decimal): -8093119 or 4293252. OLE color: 4293252.

HSL color Cylindrical-coordinate representation of color #848241: hue angle of 58.21º 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 #848241 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 130 65 -
CMYK 0 0.02 0.51 0.48
HSL 58.21º 0.34% 0.39% -
HSV(B) 58.21º 0.51% 0.52% -
XYZ 18.45 21.25 8.13 -
YUV 123.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 132 130 65 0 0.02 0.51 0.48 58.21 0.34 0.39
Hex 84 82 41 0 2 33 30 3A 22 27
Octal 204 202 101 0 2 63 60 72 42 47
Binary 10000100 10000010 1000001 0 10 110011 110000 111010 100010 100111

Color Harmonies of #848241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848241

Black with #848241

Text Example


Text Example

White with #848241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848241; }

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

 H1.HeaderClassName
 {
   color: #848241;
 }
 .AnyTagClassName
 {
   color: #848241;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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