Html Css Color HEX #827140 Go Ben

📋 copy color: '#827140'

red 130 ◦ green 113 ◦ blue 64

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

Shades of Go Ben #827140

Tints of Go Ben #827140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 42.35%
G = 36.81%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#827140 (or 0x827140) is known color: Go Ben. HEX triplet: 82, 71 and 40. RGB value is (130,113,64). Sum of RGB (Red+Green+Blue) = 130+113+64=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #827140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827140 is #7D8EBF. Grayscale: #707070. Windows color (decimal): -8228544 or 4223362. OLE color: 4223362.

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

Color convert

RGB 130 113 64 -
CMYK 0 0.13 0.51 0.49
HSL 44.55º 0.34% 0.38% -
HSV(B) 44.55º 0.51% 0.51% -
XYZ 16.04 16.93 7.27 -
YUV 112.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 130 113 64 0 0.13 0.51 0.49 44.55 0.34 0.38
Hex 82 71 40 0 D 33 31 2D 22 26
Octal 202 161 100 0 15 63 61 55 42 46
Binary 10000010 1110001 1000000 0 1101 110011 110001 101101 100010 100110

Color Harmonies of #827140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827140

Black with #827140

Text Example


Text Example

White with #827140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827140; }

 p { color: rgb(130,113,64); }

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

background-color css

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

 a { background-color: rgb(130,113,64); }

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

border-color css

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

 span { border-color: rgb(130,113,64); }

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