Html Css Color HEX #827529 Pesto

📋 copy color: '#827529'

red 130 ◦ green 117 ◦ blue 41

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

Shades of Pesto #827529

Tints of Pesto #827529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.63%

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

R = 45.14%
G = 40.63%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#827529 (or 0x827529) is known color: Pesto. HEX triplet: 82, 75 and 29. RGB value is (130,117,41). Sum of RGB (Red+Green+Blue) = 130+117+41=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #827529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827529 is #7D8AD6. Grayscale: #707070. Windows color (decimal): -8227543 or 2717058. OLE color: 2717058.

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

Color convert

RGB 130 117 41 -
CMYK 0 0.1 0.68 0.49
HSL 51.24º 0.52% 0.34% -
HSV(B) 51.24º 0.68% 0.51% -
XYZ 15.97 17.63 4.66 -
YUV 112.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 130 117 41 0 0.1 0.68 0.49 51.24 0.52 0.34
Hex 82 75 29 0 A 44 31 33 34 22
Octal 202 165 51 0 12 104 61 63 64 42
Binary 10000010 1110101 101001 0 1010 1000100 110001 110011 110100 100010

Color Harmonies of #827529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827529

Black with #827529

Text Example


Text Example

White with #827529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827529; }

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

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

background-color css

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

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

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

border-color css

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

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

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