Html Css Color HEX #827624 Pesto

📋 copy color: '#827624'

red 130 ◦ green 118 ◦ blue 36

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

Shades of Pesto #827624

Tints of Pesto #827624

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.55%

 BLUE value IS 36 (14.45% from 255) = 12.68%

R = 45.77%
G = 41.55%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#827624 (or 0x827624) is known color: Pesto. HEX triplet: 82, 76 and 24. RGB value is (130,118,36). Sum of RGB (Red+Green+Blue) = 130+118+36=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #827624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827624 is #7D89DB. Grayscale: #707070. Windows color (decimal): -8227292 or 2389634. OLE color: 2389634.

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

Color convert

RGB 130 118 36 -
CMYK 0 0.09 0.72 0.49
HSL 52.34º 0.57% 0.33% -
HSV(B) 52.34º 0.72% 0.51% -
XYZ 16 17.83 4.27 -
YUV 112.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 130 118 36 0 0.09 0.72 0.49 52.34 0.57 0.33
Hex 82 76 24 0 9 48 31 34 39 21
Octal 202 166 44 0 11 110 61 64 71 41
Binary 10000010 1110110 100100 0 1001 1001000 110001 110100 111001 100001

Color Harmonies of #827624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827624

Black with #827624

Text Example


Text Example

White with #827624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827624; }

 p { color: rgb(130,118,36); }

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

background-color css

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

 a { background-color: rgb(130,118,36); }

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

border-color css

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

 span { border-color: rgb(130,118,36); }

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