Html Css Color HEX #827943 Go Ben

📋 copy color: '#827943'

red 130 ◦ green 121 ◦ blue 67

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

Shades of Go Ben #827943

Tints of Go Ben #827943

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.05%

 BLUE value IS 67 (26.56% from 255) = 21.07%

R = 40.88%
G = 38.05%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#827943 (or 0x827943) is known color: Go Ben. HEX triplet: 82, 79 and 43. RGB value is (130,121,67). Sum of RGB (Red+Green+Blue) = 130+121+67=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #827943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827943 is #7D86BC. Grayscale: #757575. Windows color (decimal): -8226493 or 4422018. OLE color: 4422018.

HSL color Cylindrical-coordinate representation of color #827943: hue angle of 51.43º degrees, saturation: 0.32, 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 #827943 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 67 -
CMYK 0 0.07 0.48 0.49
HSL 51.43º 0.32% 0.39% -
HSV(B) 51.43º 0.48% 0.51% -
XYZ 17.06 18.83 8.04 -
YUV 117.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 130 121 67 0 0.07 0.48 0.49 51.43 0.32 0.39
Hex 82 79 43 0 7 30 31 33 20 27
Octal 202 171 103 0 7 60 61 63 40 47
Binary 10000010 1111001 1000011 0 111 110000 110001 110011 100000 100111

Color Harmonies of #827943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827943

Black with #827943

Text Example


Text Example

White with #827943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827943; }

 p { color: rgb(130,121,67); }

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

background-color css

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

 a { background-color: rgb(130,121,67); }

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

border-color css

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

 span { border-color: rgb(130,121,67); }

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