Html Css Color HEX #827129 Pesto

📋 copy color: '#827129'

red 130 ◦ green 113 ◦ blue 41

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

Shades of Pesto #827129

Tints of Pesto #827129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 45.77%
G = 39.79%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#827129 (or 0x827129) is known color: Pesto. HEX triplet: 82, 71 and 29. RGB value is (130,113,41). Sum of RGB (Red+Green+Blue) = 130+113+41=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #827129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827129 is #7D8ED6. Grayscale: #6E6E6E. Windows color (decimal): -8228567 or 2716034. OLE color: 2716034.

HSL color Cylindrical-coordinate representation of color #827129: hue angle of 48.54º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #827129 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 41 -
CMYK 0 0.13 0.68 0.49
HSL 48.54º 0.52% 0.34% -
HSV(B) 48.54º 0.68% 0.51% -
XYZ 15.51 16.72 4.51 -
YUV 109.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 130 113 41 0 0.13 0.68 0.49 48.54 0.52 0.34
Hex 82 71 29 0 D 44 31 31 34 22
Octal 202 161 51 0 15 104 61 61 64 42
Binary 10000010 1110001 101001 0 1101 1000100 110001 110001 110100 100010

Color Harmonies of #827129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827129

Black with #827129

Text Example


Text Example

White with #827129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827129; }

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

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

background-color css

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

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

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

border-color css

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

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

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