Html Css Color HEX #829572 Highland

📋 copy color: '#829572'

red 130 ◦ green 149 ◦ blue 114

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

Shades of Highland #829572

Tints of Highland #829572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 33.08%
G = 37.91%
B = 29.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#829572 (or 0x829572) is known color: Highland. HEX triplet: 82, 95 and 72. RGB value is (130,149,114). Sum of RGB (Red+Green+Blue) = 130+149+114=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #829572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829572 is #7D6A8D. Grayscale: #8B8B8B. Windows color (decimal): -8219278 or 7509378. OLE color: 7509378.

HSL color Cylindrical-coordinate representation of color #829572: hue angle of 92.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #829572 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 114 -
CMYK 0.13 0 0.23 0.42
HSL 92.57º 0.14% 0.52% -
HSV(B) 92.57º 0.23% 0.58% -
XYZ 22.99 27.46 20.01 -
YUV 139.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 130 149 114 0.13 0 0.23 0.42 92.57 0.14 0.52
Hex 82 95 72 D 0 17 2A 5D E 34
Octal 202 225 162 15 0 27 52 135 16 64
Binary 10000010 10010101 1110010 1101 0 10111 101010 1011101 1110 110100

Color Harmonies of #829572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829572

Black with #829572

Text Example


Text Example

White with #829572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829572; }

 p { color: rgb(130,149,114); }

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

background-color css

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

 a { background-color: rgb(130,149,114); }

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

border-color css

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

 span { border-color: rgb(130,149,114); }

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