Html Css Color HEX #827141 Go Ben

📋 copy color: '#827141'

red 130 ◦ green 113 ◦ blue 65

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

Shades of Go Ben #827141

Tints of Go Ben #827141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.69%

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

R = 42.21%
G = 36.69%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#827141 (or 0x827141) is known color: Go Ben. HEX triplet: 82, 71 and 41. RGB value is (130,113,65). Sum of RGB (Red+Green+Blue) = 130+113+65=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #827141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827141 is #7D8EBE. Grayscale: #707070. Windows color (decimal): -8228543 or 4288898. OLE color: 4288898.

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

Color convert

RGB 130 113 65 -
CMYK 0 0.13 0.50 0.49
HSL 44.31º 0.33% 0.38% -
HSV(B) 44.31º 0.5% 0.51% -
XYZ 16.07 16.94 7.42 -
YUV 112.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 130 113 65 0 0.13 0.50 0.49 44.31 0.33 0.38
Hex 82 71 41 0 D 32 31 2C 21 26
Octal 202 161 101 0 15 62 61 54 41 46
Binary 10000010 1110001 1000001 0 1101 110010 110001 101100 100001 100110

Color Harmonies of #827141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827141

Black with #827141

Text Example


Text Example

White with #827141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827141; }

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

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

background-color css

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

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

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

border-color css

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

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

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