Html Css Color HEX #827532 Pesto

📋 copy color: '#827532'

red 130 ◦ green 117 ◦ blue 50

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

Shades of Pesto #827532

Tints of Pesto #827532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 43.77%
G = 39.39%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#827532 (or 0x827532) is known color: Pesto. HEX triplet: 82, 75 and 32. RGB value is (130,117,50). Sum of RGB (Red+Green+Blue) = 130+117+50=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #827532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827532 is #7D8ACD. Grayscale: #717171. Windows color (decimal): -8227534 or 3306882. OLE color: 3306882.

HSL color Cylindrical-coordinate representation of color #827532: hue angle of 50.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #827532 is Cyan = 0, Magento = 0.1, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 50 -
CMYK 0 0.1 0.62 0.49
HSL 50.25º 0.44% 0.35% -
HSV(B) 50.25º 0.62% 0.51% -
XYZ 16.14 17.7 5.58 -
YUV 113.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 130 117 50 0 0.1 0.62 0.49 50.25 0.44 0.35
Hex 82 75 32 0 A 3E 31 32 2C 23
Octal 202 165 62 0 12 76 61 62 54 43
Binary 10000010 1110101 110010 0 1010 111110 110001 110010 101100 100011

Color Harmonies of #827532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827532

Black with #827532

Text Example


Text Example

White with #827532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827532; }

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

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

background-color css

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

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

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

border-color css

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

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

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