Html Css Color HEX #827F35 Pesto

📋 copy color: '#827F35'

red 130 ◦ green 127 ◦ blue 53

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

Shades of Pesto #827F35

Tints of Pesto #827F35

RGB

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

 GREEN value IS 127 (50% from 255) = 40.97%

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

R = 41.94%
G = 40.97%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#827F35 (or 0x827F35) is known color: Pesto. HEX triplet: 82, 7F and 35. RGB value is (130,127,53). Sum of RGB (Red+Green+Blue) = 130+127+53=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #827F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F35 is #7D80CA. Grayscale: #777777. Windows color (decimal): -8224971 or 3506050. OLE color: 3506050.

HSL color Cylindrical-coordinate representation of color #827F35: hue angle of 57.66º 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 #827F35 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 53 -
CMYK 0 0.02 0.59 0.49
HSL 57.66º 0.42% 0.36% -
HSV(B) 57.66º 0.59% 0.51% -
XYZ 17.44 20.18 6.34 -
YUV 119.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 130 127 53 0 0.02 0.59 0.49 57.66 0.42 0.36
Hex 82 7F 35 0 2 3B 31 3A 2A 24
Octal 202 177 65 0 2 73 61 72 52 44
Binary 10000010 1111111 110101 0 10 111011 110001 111010 101010 100100

Color Harmonies of #827F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F35

Black with #827F35

Text Example


Text Example

White with #827F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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