Html Css Color HEX #827041 Go Ben

📋 copy color: '#827041'

red 130 ◦ green 112 ◦ blue 65

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

Shades of Go Ben #827041

Tints of Go Ben #827041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

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

R = 42.35%
G = 36.48%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#827041 (or 0x827041) is known color: Go Ben. HEX triplet: 82, 70 and 41. RGB value is (130,112,65). Sum of RGB (Red+Green+Blue) = 130+112+65=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #827041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827041 is #7D8FBE. Grayscale: #707070. Windows color (decimal): -8228799 or 4288642. OLE color: 4288642.

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

Color convert

RGB 130 112 65 -
CMYK 0 0.14 0.50 0.49
HSL 43.38º 0.33% 0.38% -
HSV(B) 43.38º 0.5% 0.51% -
XYZ 15.95 16.72 7.39 -
YUV 112.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 130 112 65 0 0.14 0.50 0.49 43.38 0.33 0.38
Hex 82 70 41 0 E 32 31 2B 21 26
Octal 202 160 101 0 16 62 61 53 41 46
Binary 10000010 1110000 1000001 0 1110 110010 110001 101011 100001 100110

Color Harmonies of #827041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827041

Black with #827041

Text Example


Text Example

White with #827041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827041; }

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

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

background-color css

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

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

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

border-color css

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

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

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