Html Css Color HEX #827344 Go Ben

📋 copy color: '#827344'

red 130 ◦ green 115 ◦ blue 68

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

Shades of Go Ben #827344

Tints of Go Ben #827344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 41.53%
G = 36.74%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#827344 (or 0x827344) is known color: Go Ben. HEX triplet: 82, 73 and 44. RGB value is (130,115,68). Sum of RGB (Red+Green+Blue) = 130+115+68=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #827344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827344 is #7D8CBB. Grayscale: #727272. Windows color (decimal): -8228028 or 4486018. OLE color: 4486018.

HSL color Cylindrical-coordinate representation of color #827344: hue angle of 45.48º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #827344 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 115 68 -
CMYK 0 0.12 0.48 0.49
HSL 45.48º 0.31% 0.39% -
HSV(B) 45.48º 0.48% 0.51% -
XYZ 16.38 17.42 7.97 -
YUV 114.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 130 115 68 0 0.12 0.48 0.49 45.48 0.31 0.39
Hex 82 73 44 0 C 30 31 2D 1F 27
Octal 202 163 104 0 14 60 61 55 37 47
Binary 10000010 1110011 1000100 0 1100 110000 110001 101101 11111 100111

Color Harmonies of #827344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827344

Black with #827344

Text Example


Text Example

White with #827344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827344; }

 p { color: rgb(130,115,68); }

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

background-color css

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

 a { background-color: rgb(130,115,68); }

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

border-color css

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

 span { border-color: rgb(130,115,68); }

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