Html Css Color HEX #828F59 Highland

📋 copy color: '#828F59'

red 130 ◦ green 143 ◦ blue 89

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

Shades of Highland #828F59

Tints of Highland #828F59

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.5%

 BLUE value IS 89 (35.16% from 255) = 24.59%

R = 35.91%
G = 39.5%
B = 24.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#828F59 (or 0x828F59) is known color: Highland. HEX triplet: 82, 8F and 59. RGB value is (130,143,89). Sum of RGB (Red+Green+Blue) = 130+143+89=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 143 - color contains mainly: green. Hex color #828F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828F59 is #7D70A6. Grayscale: #858585. Windows color (decimal): -8220839 or 5869442. OLE color: 5869442.

HSL color Cylindrical-coordinate representation of color #828F59: hue angle of 74.44º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #828F59 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 143 89 -
CMYK 0.09 0 0.38 0.44
HSL 74.44º 0.23% 0.45% -
HSV(B) 74.44º 0.38% 0.56% -
XYZ 20.83 25.11 13.2 -
YUV 132.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 130 143 89 0.09 0 0.38 0.44 74.44 0.23 0.45
Hex 82 8F 59 9 0 26 2C 4A 17 2D
Octal 202 217 131 11 0 46 54 112 27 55
Binary 10000010 10001111 1011001 1001 0 100110 101100 1001010 10111 101101

Color Harmonies of #828F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828F59

Black with #828F59

Text Example


Text Example

White with #828F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828F59; }

 p { color: rgb(130,143,89); }

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

background-color css

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

 a { background-color: rgb(130,143,89); }

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

border-color css

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

 span { border-color: rgb(130,143,89); }

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