Html Css Color HEX #827143 Go Ben

📋 copy color: '#827143'

red 130 ◦ green 113 ◦ blue 67

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

Shades of Go Ben #827143

Tints of Go Ben #827143

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.45%

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

R = 41.94%
G = 36.45%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#827143 (or 0x827143) is known color: Go Ben. HEX triplet: 82, 71 and 43. RGB value is (130,113,67). Sum of RGB (Red+Green+Blue) = 130+113+67=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #827143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827143 is #7D8EBC. Grayscale: #717171. Windows color (decimal): -8228541 or 4419970. OLE color: 4419970.

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

Color convert

RGB 130 113 67 -
CMYK 0 0.13 0.48 0.49
HSL 43.81º 0.32% 0.39% -
HSV(B) 43.81º 0.48% 0.51% -
XYZ 16.12 16.96 7.73 -
YUV 112.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 130 113 67 0 0.13 0.48 0.49 43.81 0.32 0.39
Hex 82 71 43 0 D 30 31 2C 20 27
Octal 202 161 103 0 15 60 61 54 40 47
Binary 10000010 1110001 1000011 0 1101 110000 110001 101100 100000 100111

Color Harmonies of #827143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827143

Black with #827143

Text Example


Text Example

White with #827143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827143; }

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

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

background-color css

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

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

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

border-color css

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

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

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