Html Css Color HEX #827537 Pesto

📋 copy color: '#827537'

red 130 ◦ green 117 ◦ blue 55

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

Shades of Pesto #827537

Tints of Pesto #827537

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

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

R = 43.05%
G = 38.74%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#827537 (or 0x827537) is known color: Pesto. HEX triplet: 82, 75 and 37. RGB value is (130,117,55). Sum of RGB (Red+Green+Blue) = 130+117+55=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #827537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827537 is #7D8AC8. Grayscale: #727272. Windows color (decimal): -8227529 or 3634562. OLE color: 3634562.

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

Color convert

RGB 130 117 55 -
CMYK 0 0.1 0.58 0.49
HSL 49.6º 0.41% 0.36% -
HSV(B) 49.6º 0.58% 0.51% -
XYZ 16.26 17.74 6.18 -
YUV 113.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 130 117 55 0 0.1 0.58 0.49 49.6 0.41 0.36
Hex 82 75 37 0 A 3A 31 32 29 24
Octal 202 165 67 0 12 72 61 62 51 44
Binary 10000010 1110101 110111 0 1010 111010 110001 110010 101001 100100

Color Harmonies of #827537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827537

Black with #827537

Text Example


Text Example

White with #827537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827537; }

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

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

background-color css

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

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

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

border-color css

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

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

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