Html Css Color HEX #827728 Pesto

📋 copy color: '#827728'

red 130 ◦ green 119 ◦ blue 40

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

Shades of Pesto #827728

Tints of Pesto #827728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.18%

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

R = 44.98%
G = 41.18%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#827728 (or 0x827728) is known color: Pesto. HEX triplet: 82, 77 and 28. RGB value is (130,119,40). Sum of RGB (Red+Green+Blue) = 130+119+40=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #827728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827728 is #7D88D7. Grayscale: #717171. Windows color (decimal): -8227032 or 2652034. OLE color: 2652034.

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

Color convert

RGB 130 119 40 -
CMYK 0 0.08 0.69 0.49
HSL 52.67º 0.53% 0.33% -
HSV(B) 52.67º 0.69% 0.51% -
XYZ 16.19 18.09 4.65 -
YUV 113.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 130 119 40 0 0.08 0.69 0.49 52.67 0.53 0.33
Hex 82 77 28 0 8 45 31 35 35 21
Octal 202 167 50 0 10 105 61 65 65 41
Binary 10000010 1110111 101000 0 1000 1000101 110001 110101 110101 100001

Color Harmonies of #827728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827728

Black with #827728

Text Example


Text Example

White with #827728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827728; }

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

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

background-color css

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

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

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

border-color css

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

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

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