Html Css Color HEX #827928 Pesto

📋 copy color: '#827928'

red 130 ◦ green 121 ◦ blue 40

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

Shades of Pesto #827928

Tints of Pesto #827928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.58%

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 44.67%
G = 41.58%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#827928 (or 0x827928) is known color: Pesto. HEX triplet: 82, 79 and 28. RGB value is (130,121,40). Sum of RGB (Red+Green+Blue) = 130+121+40=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #827928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827928 is #7D86D7. Grayscale: #727272. Windows color (decimal): -8226520 or 2652546. OLE color: 2652546.

HSL color Cylindrical-coordinate representation of color #827928: hue angle of 54º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #827928 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 40 -
CMYK 0 0.07 0.69 0.49
HSL 54º 0.53% 0.33% -
HSV(B) 54º 0.69% 0.51% -
XYZ 16.43 18.57 4.73 -
YUV 114.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 130 121 40 0 0.07 0.69 0.49 54 0.53 0.33
Hex 82 79 28 0 7 45 31 36 35 21
Octal 202 171 50 0 7 105 61 66 65 41
Binary 10000010 1111001 101000 0 111 1000101 110001 110110 110101 100001

Color Harmonies of #827928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827928

Black with #827928

Text Example


Text Example

White with #827928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827928; }

 p { color: rgb(130,121,40); }

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

background-color css

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

 a { background-color: rgb(130,121,40); }

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

border-color css

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

 span { border-color: rgb(130,121,40); }

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