Html Css Color HEX #827243 Go Ben

📋 copy color: '#827243'

red 130 ◦ green 114 ◦ blue 67

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

Shades of Go Ben #827243

Tints of Go Ben #827243

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.66%

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

R = 41.8%
G = 36.66%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#827243 (or 0x827243) is known color: Go Ben. HEX triplet: 82, 72 and 43. RGB value is (130,114,67). Sum of RGB (Red+Green+Blue) = 130+114+67=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #827243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827243 is #7D8DBC. Grayscale: #717171. Windows color (decimal): -8228285 or 4420226. OLE color: 4420226.

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

Color convert

RGB 130 114 67 -
CMYK 0 0.12 0.48 0.49
HSL 44.76º 0.32% 0.39% -
HSV(B) 44.76º 0.48% 0.51% -
XYZ 16.24 17.19 7.77 -
YUV 113.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 130 114 67 0 0.12 0.48 0.49 44.76 0.32 0.39
Hex 82 72 43 0 C 30 31 2D 20 27
Octal 202 162 103 0 14 60 61 55 40 47
Binary 10000010 1110010 1000011 0 1100 110000 110001 101101 100000 100111

Color Harmonies of #827243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827243

Black with #827243

Text Example


Text Example

White with #827243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827243; }

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

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

background-color css

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

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

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

border-color css

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

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

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