Html Css Color HEX #827948 Go Ben

📋 copy color: '#827948'

red 130 ◦ green 121 ◦ blue 72

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

Shades of Go Ben #827948

Tints of Go Ben #827948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.46%

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 40.25%
G = 37.46%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#827948 (or 0x827948) is known color: Go Ben. HEX triplet: 82, 79 and 48. RGB value is (130,121,72). Sum of RGB (Red+Green+Blue) = 130+121+72=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #827948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827948 is #7D86B7. Grayscale: #767676. Windows color (decimal): -8226488 or 4749698. OLE color: 4749698.

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

Color convert

RGB 130 121 72 -
CMYK 0 0.07 0.45 0.49
HSL 50.69º 0.29% 0.4% -
HSV(B) 50.69º 0.45% 0.51% -
XYZ 17.21 18.89 8.87 -
YUV 118.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 130 121 72 0 0.07 0.45 0.49 50.69 0.29 0.4
Hex 82 79 48 0 7 2D 31 33 1D 28
Octal 202 171 110 0 7 55 61 63 35 50
Binary 10000010 1111001 1001000 0 111 101101 110001 110011 11101 101000

Color Harmonies of #827948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827948

Black with #827948

Text Example


Text Example

White with #827948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827948; }

 p { color: rgb(130,121,72); }

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

background-color css

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

 a { background-color: rgb(130,121,72); }

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

border-color css

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

 span { border-color: rgb(130,121,72); }

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