Html Css Color HEX #827342 Go Ben

📋 copy color: '#827342'

red 130 ◦ green 115 ◦ blue 66

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

Shades of Go Ben #827342

Tints of Go Ben #827342

RGB

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

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

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

R = 41.8%
G = 36.98%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#827342 (or 0x827342) is known color: Go Ben. HEX triplet: 82, 73 and 42. RGB value is (130,115,66). Sum of RGB (Red+Green+Blue) = 130+115+66=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #827342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827342 is #7D8CBD. Grayscale: #727272. Windows color (decimal): -8228030 or 4354946. OLE color: 4354946.

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

Color convert

RGB 130 115 66 -
CMYK 0 0.12 0.49 0.49
HSL 45.94º 0.33% 0.38% -
HSV(B) 45.94º 0.49% 0.51% -
XYZ 16.32 17.4 7.65 -
YUV 113.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 130 115 66 0 0.12 0.49 0.49 45.94 0.33 0.38
Hex 82 73 42 0 C 31 31 2E 21 26
Octal 202 163 102 0 14 61 61 56 41 46
Binary 10000010 1110011 1000010 0 1100 110001 110001 101110 100001 100110

Color Harmonies of #827342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827342

Black with #827342

Text Example


Text Example

White with #827342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827342; }

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

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

background-color css

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

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

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

border-color css

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

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

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