Html Css Color HEX #848243 Highball

📋 copy color: '#848243'

red 132 ◦ green 130 ◦ blue 67

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

Shades of Highball #848243

Tints of Highball #848243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.36%

R = 40.12%
G = 39.51%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#848243 (or 0x848243) is known color: Highball. HEX triplet: 84, 82 and 43. RGB value is (132,130,67). Sum of RGB (Red+Green+Blue) = 132+130+67=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #848243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848243 is #7B7DBC. Grayscale: #7B7B7B. Windows color (decimal): -8093117 or 4424324. OLE color: 4424324.

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

Color convert

RGB 132 130 67 -
CMYK 0 0.02 0.49 0.48
HSL 58.15º 0.33% 0.39% -
HSV(B) 58.15º 0.49% 0.52% -
XYZ 18.51 21.28 8.44 -
YUV 123.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 132 130 67 0 0.02 0.49 0.48 58.15 0.33 0.39
Hex 84 82 43 0 2 31 30 3A 21 27
Octal 204 202 103 0 2 61 60 72 41 47
Binary 10000100 10000010 1000011 0 10 110001 110000 111010 100001 100111

Color Harmonies of #848243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848243

Black with #848243

Text Example


Text Example

White with #848243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848243; }

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

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

background-color css

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

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

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

border-color css

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

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

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