#827243

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

Shades of Go Ben #827243

Tints of Go Ben #827243

Color information

#827243 (or 0x827243) is unknown color: approx Go Ben. HEX triplet: 82, 72 and 43. RGB value is (130,114,67). Sum of RGB (Red+Green+Blue) = 130+114+67=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #827243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827243 is #7D8DBC. Grayscale: #717171. Windows color (decimal): -8228285 or 4420226. OLE color: 4420226.

HSL color Cylindrical-coordinate representation of color #827243: hue angle of 44.76º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #827243 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB13011467-
CMYK00.120.480.49
HSL44.76º31.98%38.63%-
HSV(B)44.76º48.46%50.98%-
XYZ16.2417.197.77-
YUV113.43101.8139.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 67 (26.56% from 255) = 21.54%
R=41.80%
G=36.66%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301146700.120.480.4944.7631.9838.63
Hex8272430C30312d2027
Octal2021621030146061554047
Binary100000101110010100001101100110000110001101101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827243; }

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

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

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

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

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

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

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

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