#827141

Color #827141 Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #827141

Tints of Go Ben #827141

Color information

#827141 (or 0x827141) is unknown color: approx Go Ben. HEX triplet: 82, 71 and 41. RGB value is (130,113,65). Sum of RGB (Red+Green+Blue) = 130+113+65=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #827141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827141 is #7D8EBE. Grayscale: #707070. Windows color (decimal): -8228543 or 4288898. OLE color: 4288898.

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

Color convert

RGB13011365-
CMYK00.130.500.49
HSL44.31º33.33%38.24%-
HSV(B)44.31º50%50.98%-
XYZ16.0716.947.42-
YUV112.61101.13140.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 65 (25.78% from 255) = 21.10%
R=42.21%
G=36.69%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301136500.130.500.4944.3133.3338.24
Hex8271410D32312c2126
Octal2021611010156261544146
Binary100000101110001100000101101110010110001101100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827141; }

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

 H1.HeaderClassName
 {
   color: #827141;
 }
 .AnyTagClassName
 {
   color: #827141;
 }
</style>
background-color css

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

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

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

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

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

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