Html Css Color HEX #827840 Go Ben

📋 copy color: '#827840'

red 130 ◦ green 120 ◦ blue 64

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

Shades of Go Ben #827840

Tints of Go Ben #827840

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.22%

 BLUE value IS 64 (25.39% from 255) = 20.38%

R = 41.4%
G = 38.22%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#827840 (or 0x827840) is known color: Go Ben. HEX triplet: 82, 78 and 40. RGB value is (130,120,64). Sum of RGB (Red+Green+Blue) = 130+120+64=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #827840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827840 is #7D87BF. Grayscale: #747474. Windows color (decimal): -8226752 or 4225154. OLE color: 4225154.

HSL color Cylindrical-coordinate representation of color #827840: hue angle of 50.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #827840 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 64 -
CMYK 0 0.08 0.51 0.49
HSL 50.91º 0.34% 0.38% -
HSV(B) 50.91º 0.51% 0.51% -
XYZ 16.85 18.55 7.54 -
YUV 116.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 130 120 64 0 0.08 0.51 0.49 50.91 0.34 0.38
Hex 82 78 40 0 8 33 31 33 22 26
Octal 202 170 100 0 10 63 61 63 42 46
Binary 10000010 1111000 1000000 0 1000 110011 110001 110011 100010 100110

Color Harmonies of #827840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827840

Black with #827840

Text Example


Text Example

White with #827840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827840; }

 p { color: rgb(130,120,64); }

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

background-color css

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

 a { background-color: rgb(130,120,64); }

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

border-color css

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

 span { border-color: rgb(130,120,64); }

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