Html Css Color HEX #827528 Pesto

📋 copy color: '#827528'

red 130 ◦ green 117 ◦ blue 40

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

Shades of Pesto #827528

Tints of Pesto #827528

RGB

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

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

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

R = 45.3%
G = 40.77%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#827528 (or 0x827528) is known color: Pesto. HEX triplet: 82, 75 and 28. RGB value is (130,117,40). Sum of RGB (Red+Green+Blue) = 130+117+40=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #827528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827528 is #7D8AD7. Grayscale: #707070. Windows color (decimal): -8227544 or 2651522. OLE color: 2651522.

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

Color convert

RGB 130 117 40 -
CMYK 0 0.1 0.69 0.49
HSL 51.33º 0.53% 0.33% -
HSV(B) 51.33º 0.69% 0.51% -
XYZ 15.95 17.62 4.57 -
YUV 112.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 130 117 40 0 0.1 0.69 0.49 51.33 0.53 0.33
Hex 82 75 28 0 A 45 31 33 35 21
Octal 202 165 50 0 12 105 61 63 65 41
Binary 10000010 1110101 101000 0 1010 1000101 110001 110011 110101 100001

Color Harmonies of #827528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827528

Black with #827528

Text Example


Text Example

White with #827528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827528; }

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

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

background-color css

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

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

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

border-color css

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

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

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