Html Css Color HEX #827549 Go Ben

📋 copy color: '#827549'

red 130 ◦ green 117 ◦ blue 73

#827549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Go Ben #827549

Tints of Go Ben #827549

RGB

 RED value IS 130 (51.17% from 255) = 40.63%

 GREEN value IS 117 (46.09% from 255) = 36.56%

 BLUE value IS 73 (28.91% from 255) = 22.81%

R = 40.63%
G = 36.56%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#827549 (or 0x827549) is known color: Go Ben. HEX triplet: 82, 75 and 49. RGB value is (130,117,73). Sum of RGB (Red+Green+Blue) = 130+117+73=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #827549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827549 is #7D8AB6. Grayscale: #747474. Windows color (decimal): -8227511 or 4814210. OLE color: 4814210.

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

Color convert

RGB 130 117 73 -
CMYK 0 0.1 0.44 0.49
HSL 46.32º 0.28% 0.4% -
HSV(B) 46.32º 0.44% 0.51% -
XYZ 16.77 17.95 8.88 -
YUV 115.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 130 117 73 0 0.1 0.44 0.49 46.32 0.28 0.4
Hex 82 75 49 0 A 2C 31 2E 1C 28
Octal 202 165 111 0 12 54 61 56 34 50
Binary 10000010 1110101 1001001 0 1010 101100 110001 101110 11100 101000

Color Harmonies of #827549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827549

Black with #827549

Text Example


Text Example

White with #827549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827549; }

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

 H1.HeaderClassName
 {
   color: #827549;
 }
 .AnyTagClassName
 {
   color: #827549;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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