#827242

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

Shades of Go Ben #827242

Tints of Go Ben #827242

Color information

#827242 (or 0x827242) is unknown color: approx Go Ben. HEX triplet: 82, 72 and 42. RGB value is (130,114,66). Sum of RGB (Red+Green+Blue) = 130+114+66=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #827242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827242 is #7D8DBD. Grayscale: #717171. Windows color (decimal): -8228286 or 4354690. OLE color: 4354690.

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

Color convert

RGB13011466-
CMYK00.120.490.49
HSL45º32.65%38.43%-
HSV(B)45º49.23%50.98%-
XYZ16.2117.177.61-
YUV113.31101.3139.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=41.94%
G=36.77%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301146600.120.490.494532.6538.43
Hex8272420C31312d2126
Octal2021621020146161554146
Binary100000101110010100001001100110001110001101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827242; }

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

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

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

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

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

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

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

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