Html Css Color HEX #827241 Go Ben

📋 copy color: '#827241'

red 130 ◦ green 114 ◦ blue 65

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

Shades of Go Ben #827241

Tints of Go Ben #827241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 42.07%
G = 36.89%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#827241 (or 0x827241) is known color: Go Ben. HEX triplet: 82, 72 and 41. RGB value is (130,114,65). Sum of RGB (Red+Green+Blue) = 130+114+65=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #827241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827241 is #7D8DBE. Grayscale: #717171. Windows color (decimal): -8228287 or 4289154. OLE color: 4289154.

HSL color Cylindrical-coordinate representation of color #827241: hue angle of 45.23º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #827241 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 114 65 -
CMYK 0 0.12 0.50 0.49
HSL 45.23º 0.33% 0.38% -
HSV(B) 45.23º 0.5% 0.51% -
XYZ 16.18 17.16 7.46 -
YUV 113.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 130 114 65 0 0.12 0.50 0.49 45.23 0.33 0.38
Hex 82 72 41 0 C 32 31 2D 21 26
Octal 202 162 101 0 14 62 61 55 41 46
Binary 10000010 1110010 1000001 0 1100 110010 110001 101101 100001 100110

Color Harmonies of #827241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827241

Black with #827241

Text Example


Text Example

White with #827241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827241; }

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

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

background-color css

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

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

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

border-color css

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

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

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