Html Css Color HEX #827247 Go Ben

📋 copy color: '#827247'

red 130 ◦ green 114 ◦ blue 71

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

Shades of Go Ben #827247

Tints of Go Ben #827247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

 BLUE value IS 71 (28.13% from 255) = 22.54%

R = 41.27%
G = 36.19%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#827247 (or 0x827247) is known color: Go Ben. HEX triplet: 82, 72 and 47. RGB value is (130,114,71). Sum of RGB (Red+Green+Blue) = 130+114+71=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #827247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827247 is #7D8DB8. Grayscale: #727272. Windows color (decimal): -8228281 or 4682370. OLE color: 4682370.

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

Color convert

RGB 130 114 71 -
CMYK 0 0.12 0.45 0.49
HSL 43.73º 0.29% 0.39% -
HSV(B) 43.73º 0.45% 0.51% -
XYZ 16.36 17.24 8.43 -
YUV 113.88 103.8 139.5 -
System Red Green Blue C M Y K H S L
Decimal 130 114 71 0 0.12 0.45 0.49 43.73 0.29 0.39
Hex 82 72 47 0 C 2D 31 2C 1D 27
Octal 202 162 107 0 14 55 61 54 35 47
Binary 10000010 1110010 1000111 0 1100 101101 110001 101100 11101 100111

Color Harmonies of #827247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827247

Black with #827247

Text Example


Text Example

White with #827247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827247; }

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

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

background-color css

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

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

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

border-color css

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

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

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