Html Css Color HEX #827539 Pesto

📋 copy color: '#827539'

red 130 ◦ green 117 ◦ blue 57

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

Shades of Pesto #827539

Tints of Pesto #827539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.75%

R = 42.76%
G = 38.49%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#827539 (or 0x827539) is known color: Pesto. HEX triplet: 82, 75 and 39. RGB value is (130,117,57). Sum of RGB (Red+Green+Blue) = 130+117+57=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #827539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827539 is #7D8AC6. Grayscale: #727272. Windows color (decimal): -8227527 or 3765634. OLE color: 3765634.

HSL color Cylindrical-coordinate representation of color #827539: hue angle of 49.32º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #827539 is Cyan = 0, Magento = 0.1, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 57 -
CMYK 0 0.1 0.56 0.49
HSL 49.32º 0.39% 0.37% -
HSV(B) 49.32º 0.56% 0.51% -
XYZ 16.31 17.76 6.44 -
YUV 114.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 130 117 57 0 0.1 0.56 0.49 49.32 0.39 0.37
Hex 82 75 39 0 A 38 31 31 27 25
Octal 202 165 71 0 12 70 61 61 47 45
Binary 10000010 1110101 111001 0 1010 111000 110001 110001 100111 100101

Color Harmonies of #827539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827539

Black with #827539

Text Example


Text Example

White with #827539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827539; }

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

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

background-color css

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

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

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

border-color css

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

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

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