Html Css Color HEX #827440 Go Ben

📋 copy color: '#827440'

red 130 ◦ green 116 ◦ blue 64

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

Shades of Go Ben #827440

Tints of Go Ben #827440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 41.94%
G = 37.42%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#827440 (or 0x827440) is known color: Go Ben. HEX triplet: 82, 74 and 40. RGB value is (130,116,64). Sum of RGB (Red+Green+Blue) = 130+116+64=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #827440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827440 is #7D8BBF. Grayscale: #727272. Windows color (decimal): -8227776 or 4224130. OLE color: 4224130.

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

Color convert

RGB 130 116 64 -
CMYK 0 0.11 0.51 0.49
HSL 47.27º 0.34% 0.38% -
HSV(B) 47.27º 0.51% 0.51% -
XYZ 16.38 17.61 7.39 -
YUV 114.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 130 116 64 0 0.11 0.51 0.49 47.27 0.34 0.38
Hex 82 74 40 0 B 33 31 2F 22 26
Octal 202 164 100 0 13 63 61 57 42 46
Binary 10000010 1110100 1000000 0 1011 110011 110001 101111 100010 100110

Color Harmonies of #827440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827440

Black with #827440

Text Example


Text Example

White with #827440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827440; }

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

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

background-color css

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

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

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

border-color css

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

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

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