#827348

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

Shades of Go Ben #827348

Tints of Go Ben #827348

Color information

#827348 (or 0x827348) is unknown color: approx Go Ben. HEX triplet: 82, 73 and 48. RGB value is (130,115,72). Sum of RGB (Red+Green+Blue) = 130+115+72=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #827348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827348 is #7D8CB7. Grayscale: #727272. Windows color (decimal): -8228024 or 4748162. OLE color: 4748162.

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

Color convert

RGB13011572-
CMYK00.120.450.49
HSL44.48º28.71%39.61%-
HSV(B)44.48º44.62%50.98%-
XYZ16.5117.488.63-
YUV114.58103.97139-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 72 (28.52% from 255) = 22.71%
R=41.01%
G=36.28%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301157200.120.450.4944.4828.7139.61
Hex8273480C2D312c1d28
Octal2021631100145561543550
Binary10000010111001110010000110010110111000110110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827348; }

 p { color: rgb(130,115,72); }

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

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

 a { background-color: rgb(130,115,72); }

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

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

 span { border-color: rgb(130,115,72); }

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