Html Css Color HEX #827324 Pesto

📋 copy color: '#827324'

red 130 ◦ green 115 ◦ blue 36

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

Shades of Pesto #827324

Tints of Pesto #827324

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

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

R = 46.26%
G = 40.93%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#827324 (or 0x827324) is known color: Pesto. HEX triplet: 82, 73 and 24. RGB value is (130,115,36). Sum of RGB (Red+Green+Blue) = 130+115+36=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #827324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827324 is #7D8CDB. Grayscale: #6E6E6E. Windows color (decimal): -8228060 or 2388866. OLE color: 2388866.

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

Color convert

RGB 130 115 36 -
CMYK 0 0.12 0.72 0.49
HSL 50.43º 0.57% 0.33% -
HSV(B) 50.43º 0.72% 0.51% -
XYZ 15.66 17.13 4.15 -
YUV 110.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 130 115 36 0 0.12 0.72 0.49 50.43 0.57 0.33
Hex 82 73 24 0 C 48 31 32 39 21
Octal 202 163 44 0 14 110 61 62 71 41
Binary 10000010 1110011 100100 0 1100 1001000 110001 110010 111001 100001

Color Harmonies of #827324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827324

Black with #827324

Text Example


Text Example

White with #827324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827324; }

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

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

background-color css

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

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

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

border-color css

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

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

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