Html Css Color HEX #827736 Pesto

📋 copy color: '#827736'

red 130 ◦ green 119 ◦ blue 54

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

Shades of Pesto #827736

Tints of Pesto #827736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 42.9%
G = 39.27%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#827736 (or 0x827736) is known color: Pesto. HEX triplet: 82, 77 and 36. RGB value is (130,119,54). Sum of RGB (Red+Green+Blue) = 130+119+54=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #827736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827736 is #7D88C9. Grayscale: #737373. Windows color (decimal): -8227018 or 3569538. OLE color: 3569538.

HSL color Cylindrical-coordinate representation of color #827736: hue angle of 51.32º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #827736 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 54 -
CMYK 0 0.08 0.58 0.49
HSL 51.32º 0.41% 0.36% -
HSV(B) 51.32º 0.58% 0.51% -
XYZ 16.47 18.21 6.14 -
YUV 114.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 130 119 54 0 0.08 0.58 0.49 51.32 0.41 0.36
Hex 82 77 36 0 8 3A 31 33 29 24
Octal 202 167 66 0 10 72 61 63 51 44
Binary 10000010 1110111 110110 0 1000 111010 110001 110011 101001 100100

Color Harmonies of #827736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827736

Black with #827736

Text Example


Text Example

White with #827736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827736; }

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

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

background-color css

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

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

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

border-color css

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

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

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