Html Css Color HEX #827042 Go Ben

📋 copy color: '#827042'

red 130 ◦ green 112 ◦ blue 66

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

Shades of Go Ben #827042

Tints of Go Ben #827042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 42.21%
G = 36.36%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#827042 (or 0x827042) is known color: Go Ben. HEX triplet: 82, 70 and 42. RGB value is (130,112,66). Sum of RGB (Red+Green+Blue) = 130+112+66=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #827042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827042 is #7D8FBD. Grayscale: #707070. Windows color (decimal): -8228798 or 4354178. OLE color: 4354178.

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

Color convert

RGB 130 112 66 -
CMYK 0 0.14 0.49 0.49
HSL 43.13º 0.33% 0.38% -
HSV(B) 43.13º 0.49% 0.51% -
XYZ 15.98 16.73 7.54 -
YUV 112.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 130 112 66 0 0.14 0.49 0.49 43.13 0.33 0.38
Hex 82 70 42 0 E 31 31 2B 21 26
Octal 202 160 102 0 16 61 61 53 41 46
Binary 10000010 1110000 1000010 0 1110 110001 110001 101011 100001 100110

Color Harmonies of #827042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827042

Black with #827042

Text Example


Text Example

White with #827042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827042; }

 p { color: rgb(130,112,66); }

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

background-color css

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

 a { background-color: rgb(130,112,66); }

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

border-color css

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

 span { border-color: rgb(130,112,66); }

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