#827842

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

Shades of Go Ben #827842

Tints of Go Ben #827842

Color information

#827842 (or 0x827842) is unknown color: approx Go Ben. HEX triplet: 82, 78 and 42. RGB value is (130,120,66). Sum of RGB (Red+Green+Blue) = 130+120+66=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #827842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827842 is #7D87BD. Grayscale: #757575. Windows color (decimal): -8226750 or 4356226. OLE color: 4356226.

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

Color convert

RGB13012066-
CMYK00.080.490.49
HSL50.62º32.65%38.43%-
HSV(B)50.62º49.23%50.98%-
XYZ16.9118.577.85-
YUV116.8399.31137.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 120 (47.27% from 255) = 37.97%
BLUE value IS 66 (26.17% from 255) = 20.89%
R=41.14%
G=37.97%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301206600.080.490.4950.6232.6538.43
Hex827842083131332126
Octal2021701020106161634146
Binary100000101111000100001001000110001110001110011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827842; }

 p { color: rgb(130,120,66); }

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

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

 a { background-color: rgb(130,120,66); }

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

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

 span { border-color: rgb(130,120,66); }

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