Html Css Color HEX #827A32 Pesto

📋 copy color: '#827A32'

red 130 ◦ green 122 ◦ blue 50

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

Shades of Pesto #827A32

Tints of Pesto #827A32

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.4%

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

R = 43.05%
G = 40.4%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#827A32 (or 0x827A32) is known color: Pesto. HEX triplet: 82, 7A and 32. RGB value is (130,122,50). Sum of RGB (Red+Green+Blue) = 130+122+50=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #827A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A32 is #7D85CD. Grayscale: #747474. Windows color (decimal): -8226254 or 3308162. OLE color: 3308162.

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

Color convert

RGB 130 122 50 -
CMYK 0 0.06 0.62 0.49
HSL 54º 0.44% 0.35% -
HSV(B) 54º 0.62% 0.51% -
XYZ 16.74 18.9 5.78 -
YUV 116.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 130 122 50 0 0.06 0.62 0.49 54 0.44 0.35
Hex 82 7A 32 0 6 3E 31 36 2C 23
Octal 202 172 62 0 6 76 61 66 54 43
Binary 10000010 1111010 110010 0 110 111110 110001 110110 101100 100011

Color Harmonies of #827A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A32

Black with #827A32

Text Example


Text Example

White with #827A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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