Html Css Color HEX #827432 Pesto

📋 copy color: '#827432'

red 130 ◦ green 116 ◦ blue 50

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

Shades of Pesto #827432

Tints of Pesto #827432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.19%

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

R = 43.92%
G = 39.19%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#827432 (or 0x827432) is known color: Pesto. HEX triplet: 82, 74 and 32. RGB value is (130,116,50). Sum of RGB (Red+Green+Blue) = 130+116+50=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #827432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827432 is #7D8BCD. Grayscale: #707070. Windows color (decimal): -8227790 or 3306626. OLE color: 3306626.

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

Color convert

RGB 130 116 50 -
CMYK 0 0.11 0.62 0.49
HSL 49.5º 0.44% 0.35% -
HSV(B) 49.5º 0.62% 0.51% -
XYZ 16.03 17.47 5.54 -
YUV 112.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 130 116 50 0 0.11 0.62 0.49 49.5 0.44 0.35
Hex 82 74 32 0 B 3E 31 32 2C 23
Octal 202 164 62 0 13 76 61 62 54 43
Binary 10000010 1110100 110010 0 1011 111110 110001 110010 101100 100011

Color Harmonies of #827432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827432

Black with #827432

Text Example


Text Example

White with #827432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827432; }

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

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

background-color css

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

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

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

border-color css

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

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

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