Html Css Color HEX #827635 Pesto

📋 copy color: '#827635'

red 130 ◦ green 118 ◦ blue 53

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

Shades of Pesto #827635

Tints of Pesto #827635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.61%

R = 43.19%
G = 39.2%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#827635 (or 0x827635) is known color: Pesto. HEX triplet: 82, 76 and 35. RGB value is (130,118,53). Sum of RGB (Red+Green+Blue) = 130+118+53=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #827635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827635 is #7D89CA. Grayscale: #727272. Windows color (decimal): -8227275 or 3503746. OLE color: 3503746.

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

Color convert

RGB 130 118 53 -
CMYK 0 0.09 0.59 0.49
HSL 50.65º 0.42% 0.36% -
HSV(B) 50.65º 0.59% 0.51% -
XYZ 16.33 17.96 5.97 -
YUV 114.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 130 118 53 0 0.09 0.59 0.49 50.65 0.42 0.36
Hex 82 76 35 0 9 3B 31 33 2A 24
Octal 202 166 65 0 11 73 61 63 52 44
Binary 10000010 1110110 110101 0 1001 111011 110001 110011 101010 100100

Color Harmonies of #827635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827635

Black with #827635

Text Example


Text Example

White with #827635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827635; }

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

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

background-color css

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

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

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

border-color css

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

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

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