Html Css Color HEX #827B48 Go Ben

📋 copy color: '#827B48'

red 130 ◦ green 123 ◦ blue 72

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

Shades of Go Ben #827B48

Tints of Go Ben #827B48

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.85%

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

R = 40%
G = 37.85%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#827B48 (or 0x827B48) is known color: Go Ben. HEX triplet: 82, 7B and 48. RGB value is (130,123,72). Sum of RGB (Red+Green+Blue) = 130+123+72=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #827B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B48 is #7D84B7. Grayscale: #777777. Windows color (decimal): -8225976 or 4750210. OLE color: 4750210.

HSL color Cylindrical-coordinate representation of color #827B48: hue angle of 52.76º 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 #827B48 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 123 72 -
CMYK 0 0.05 0.45 0.49
HSL 52.76º 0.29% 0.4% -
HSV(B) 52.76º 0.45% 0.51% -
XYZ 17.46 19.38 8.95 -
YUV 119.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 130 123 72 0 0.05 0.45 0.49 52.76 0.29 0.4
Hex 82 7B 48 0 5 2D 31 35 1D 28
Octal 202 173 110 0 5 55 61 65 35 50
Binary 10000010 1111011 1001000 0 101 101101 110001 110101 11101 101000

Color Harmonies of #827B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B48

Black with #827B48

Text Example


Text Example

White with #827B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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