Html Css Color HEX #827939 Pesto

📋 copy color: '#827939'

red 130 ◦ green 121 ◦ blue 57

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

Shades of Pesto #827939

Tints of Pesto #827939

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.29%

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

R = 42.21%
G = 39.29%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#827939 (or 0x827939) is known color: Pesto. HEX triplet: 82, 79 and 39. RGB value is (130,121,57). Sum of RGB (Red+Green+Blue) = 130+121+57=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #827939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827939 is #7D86C6. Grayscale: #747474. Windows color (decimal): -8226503 or 3766658. OLE color: 3766658.

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

Color convert

RGB 130 121 57 -
CMYK 0 0.07 0.56 0.49
HSL 52.6º 0.39% 0.37% -
HSV(B) 52.6º 0.56% 0.51% -
XYZ 16.78 18.72 6.6 -
YUV 116.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 130 121 57 0 0.07 0.56 0.49 52.6 0.39 0.37
Hex 82 79 39 0 7 38 31 35 27 25
Octal 202 171 71 0 7 70 61 65 47 45
Binary 10000010 1111001 111001 0 111 111000 110001 110101 100111 100101

Color Harmonies of #827939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827939

Black with #827939

Text Example


Text Example

White with #827939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827939; }

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

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

background-color css

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

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

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

border-color css

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

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

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