Html Css Color HEX #827A39 Pesto

📋 copy color: '#827A39'

red 130 ◦ green 122 ◦ blue 57

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

Shades of Pesto #827A39

Tints of Pesto #827A39

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.48%

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

R = 42.07%
G = 39.48%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#827A39 (or 0x827A39) is known color: Pesto. HEX triplet: 82, 7A and 39. RGB value is (130,122,57). Sum of RGB (Red+Green+Blue) = 130+122+57=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #827A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A39 is #7D85C6. Grayscale: #757575. Windows color (decimal): -8226247 or 3766914. OLE color: 3766914.

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

Color convert

RGB 130 122 57 -
CMYK 0 0.06 0.56 0.49
HSL 53.42º 0.39% 0.37% -
HSV(B) 53.42º 0.56% 0.51% -
XYZ 16.9 18.96 6.64 -
YUV 116.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 130 122 57 0 0.06 0.56 0.49 53.42 0.39 0.37
Hex 82 7A 39 0 6 38 31 35 27 25
Octal 202 172 71 0 6 70 61 65 47 45
Binary 10000010 1111010 111001 0 110 111000 110001 110101 100111 100101

Color Harmonies of #827A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A39

Black with #827A39

Text Example


Text Example

White with #827A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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