Html Css Color HEX #827E3A Highball

📋 copy color: '#827E3A'

red 130 ◦ green 126 ◦ blue 58

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

Shades of Highball #827E3A

Tints of Highball #827E3A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.13%

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

R = 41.4%
G = 40.13%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#827E3A (or 0x827E3A) is known color: Highball. HEX triplet: 82, 7E and 3A. RGB value is (130,126,58). Sum of RGB (Red+Green+Blue) = 130+126+58=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #827E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E3A is #7D81C5. Grayscale: #777777. Windows color (decimal): -8225222 or 3833474. OLE color: 3833474.

HSL color Cylindrical-coordinate representation of color #827E3A: hue angle of 56.67º 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 #827E3A is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 58 -
CMYK 0 0.03 0.55 0.49
HSL 56.67º 0.38% 0.37% -
HSV(B) 56.67º 0.55% 0.51% -
XYZ 17.43 19.97 6.94 -
YUV 119.44 93.33 135.53 -
System Red Green Blue C M Y K H S L
Decimal 130 126 58 0 0.03 0.55 0.49 56.67 0.38 0.37
Hex 82 7E 3A 0 3 37 31 39 26 25
Octal 202 176 72 0 3 67 61 71 46 45
Binary 10000010 1111110 111010 0 11 110111 110001 111001 100110 100101

Color Harmonies of #827E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E3A

Black with #827E3A

Text Example


Text Example

White with #827E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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