Html Css Color HEX #827737 Pesto

📋 copy color: '#827737'

red 130 ◦ green 119 ◦ blue 55

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

Shades of Pesto #827737

Tints of Pesto #827737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.09%

R = 42.76%
G = 39.14%
B = 18.09%

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

#827737 (or 0x827737) is known color: Pesto. HEX triplet: 82, 77 and 37. RGB value is (130,119,55). Sum of RGB (Red+Green+Blue) = 130+119+55=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #827737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827737 is #7D88C8. Grayscale: #737373. Windows color (decimal): -8227017 or 3635074. OLE color: 3635074.

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

Color convert

RGB 130 119 55 -
CMYK 0 0.08 0.58 0.49
HSL 51.2º 0.41% 0.36% -
HSV(B) 51.2º 0.58% 0.51% -
XYZ 16.49 18.22 6.26 -
YUV 114.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 130 119 55 0 0.08 0.58 0.49 51.2 0.41 0.36
Hex 82 77 37 0 8 3A 31 33 29 24
Octal 202 167 67 0 10 72 61 63 51 44
Binary 10000010 1110111 110111 0 1000 111010 110001 110011 101001 100100

Color Harmonies of #827737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827737

Black with #827737

Text Example


Text Example

White with #827737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827737; }

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

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

background-color css

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

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

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

border-color css

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

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

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