Html Css Color HEX #848341 Highball

📋 copy color: '#848341'

red 132 ◦ green 131 ◦ blue 65

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

Shades of Highball #848341

Tints of Highball #848341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.94%

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

R = 40.24%
G = 39.94%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#848341 (or 0x848341) is known color: Highball. HEX triplet: 84, 83 and 41. RGB value is (132,131,65). Sum of RGB (Red+Green+Blue) = 132+131+65=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #848341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848341 is #7B7CBE. Grayscale: #7C7C7C. Windows color (decimal): -8092863 or 4293508. OLE color: 4293508.

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

Color convert

RGB 132 131 65 -
CMYK 0 0.01 0.51 0.48
HSL 59.1º 0.34% 0.39% -
HSV(B) 59.1º 0.51% 0.52% -
XYZ 18.59 21.52 8.18 -
YUV 123.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 132 131 65 0 0.01 0.51 0.48 59.1 0.34 0.39
Hex 84 83 41 0 1 33 30 3B 22 27
Octal 204 203 101 0 1 63 60 73 42 47
Binary 10000100 10000011 1000001 0 1 110011 110000 111011 100010 100111

Color Harmonies of #848341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848341

Black with #848341

Text Example


Text Example

White with #848341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848341; }

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

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

background-color css

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

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

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

border-color css

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

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

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