#827448

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

Shades of Go Ben #827448

Tints of Go Ben #827448

Color information

#827448 (or 0x827448) is unknown color: approx Go Ben. HEX triplet: 82, 74 and 48. RGB value is (130,116,72). Sum of RGB (Red+Green+Blue) = 130+116+72=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #827448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827448 is #7D8BB7. Grayscale: #737373. Windows color (decimal): -8227768 or 4748418. OLE color: 4748418.

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

Color convert

RGB13011672-
CMYK00.110.450.49
HSL45.52º28.71%39.61%-
HSV(B)45.52º44.62%50.98%-
XYZ16.6217.78.67-
YUV115.17103.64138.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 72 (28.52% from 255) = 22.64%
R=40.88%
G=36.48%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301167200.110.450.4945.5228.7139.61
Hex8274480B2D312e1d28
Octal2021641100135561563550
Binary10000010111010010010000101110110111000110111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827448; }

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

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

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

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

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

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

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

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