#82754A

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

Shades of Go Ben #82754A

Tints of Go Ben #82754A

Color information

#82754A (or 0x82754A) is unknown color: approx Go Ben. HEX triplet: 82, 75 and 4A. RGB value is (130,117,74). Sum of RGB (Red+Green+Blue) = 130+117+74=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82754A is #7D8AB5. Grayscale: #747474. Windows color (decimal): -8227510 or 4879746. OLE color: 4879746.

HSL color Cylindrical-coordinate representation of color #82754A: hue angle of 46.07º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82754A is Cyan = 0, Magento = 0.1, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB13011774-
CMYK00.10.430.49
HSL46.07º27.45%40%-
HSV(B)46.07º43.08%50.98%-
XYZ16.817.969.06-
YUV115.99104.31138-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=40.50%
G=36.45%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301177400.10.430.4946.0727.4540
Hex82754A0A2B312e1b28
Octal2021651120125361563350
Binary10000010111010110010100101010101111000110111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82754A; }

 p { color: rgb(130,117,74); }

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

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

 a { background-color: rgb(130,117,74); }

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

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

 span { border-color: rgb(130,117,74); }

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