Html Css Color HEX #827F3A Highball

📋 copy color: '#827F3A'

red 130 ◦ green 127 ◦ blue 58

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

Shades of Highball #827F3A

Tints of Highball #827F3A

RGB

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

 GREEN value IS 127 (50% from 255) = 40.32%

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 41.27%
G = 40.32%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#827F3A (or 0x827F3A) is known color: Highball. HEX triplet: 82, 7F and 3A. RGB value is (130,127,58). Sum of RGB (Red+Green+Blue) = 130+127+58=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #827F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F3A is #7D80C5. Grayscale: #787878. Windows color (decimal): -8224966 or 3833730. OLE color: 3833730.

HSL color Cylindrical-coordinate representation of color #827F3A: hue angle of 57.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #827F3A is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 58 -
CMYK 0 0.02 0.55 0.49
HSL 57.5º 0.38% 0.37% -
HSV(B) 57.5º 0.55% 0.51% -
XYZ 17.56 20.23 6.98 -
YUV 120.03 92.99 135.11 -
System Red Green Blue C M Y K H S L
Decimal 130 127 58 0 0.02 0.55 0.49 57.5 0.38 0.37
Hex 82 7F 3A 0 2 37 31 3A 26 25
Octal 202 177 72 0 2 67 61 72 46 45
Binary 10000010 1111111 111010 0 10 110111 110001 111010 100110 100101

Color Harmonies of #827F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F3A

Black with #827F3A

Text Example


Text Example

White with #827F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827F3A; }

 p { color: rgb(130,127,58); }

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

background-color css

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

 a { background-color: rgb(130,127,58); }

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

border-color css

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

 span { border-color: rgb(130,127,58); }

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