Html Css Color HEX #828348 Highball

📋 copy color: '#828348'

red 130 ◦ green 131 ◦ blue 72

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

Shades of Highball #828348

Tints of Highball #828348

RGB

 RED value IS 130 (51.17% from 255) = 39.04%

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

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 39.04%
G = 39.34%
B = 21.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#828348 (or 0x828348) is known color: Highball. HEX triplet: 82, 83 and 48. RGB value is (130,131,72). Sum of RGB (Red+Green+Blue) = 130+131+72=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 131 - color contains mainly: green. Hex color #828348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828348 is #7D7CB7. Grayscale: #7C7C7C. Windows color (decimal): -8223928 or 4752258. OLE color: 4752258.

HSL color Cylindrical-coordinate representation of color #828348: hue angle of 61.02º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #828348 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 72 -
CMYK 0.01 0 0.45 0.49
HSL 61.02º 0.29% 0.4% -
HSV(B) 61.02º 0.45% 0.51% -
XYZ 18.49 21.45 9.3 -
YUV 123.98 98.67 132.3 -
System Red Green Blue C M Y K H S L
Decimal 130 131 72 0.01 0 0.45 0.49 61.02 0.29 0.4
Hex 82 83 48 1 0 2D 31 3D 1D 28
Octal 202 203 110 1 0 55 61 75 35 50
Binary 10000010 10000011 1001000 1 0 101101 110001 111101 11101 101000

Color Harmonies of #828348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828348

Black with #828348

Text Example


Text Example

White with #828348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828348; }

 p { color: rgb(130,131,72); }

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

background-color css

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

 a { background-color: rgb(130,131,72); }

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

border-color css

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

 span { border-color: rgb(130,131,72); }

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