Html Css Color HEX #827A3B Pesto

📋 copy color: '#827A3B'

red 130 ◦ green 122 ◦ blue 59

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

Shades of Pesto #827A3B

Tints of Pesto #827A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 41.8%
G = 39.23%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#827A3B (or 0x827A3B) is known color: Pesto. HEX triplet: 82, 7A and 3B. RGB value is (130,122,59). Sum of RGB (Red+Green+Blue) = 130+122+59=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #827A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A3B is #7D85C4. Grayscale: #757575. Windows color (decimal): -8226245 or 3897986. OLE color: 3897986.

HSL color Cylindrical-coordinate representation of color #827A3B: hue angle of 53.24º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #827A3B is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 59 -
CMYK 0 0.06 0.55 0.49
HSL 53.24º 0.38% 0.37% -
HSV(B) 53.24º 0.55% 0.51% -
XYZ 16.95 18.98 6.91 -
YUV 117.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 130 122 59 0 0.06 0.55 0.49 53.24 0.38 0.37
Hex 82 7A 3B 0 6 37 31 35 26 25
Octal 202 172 73 0 6 67 61 65 46 45
Binary 10000010 1111010 111011 0 110 110111 110001 110101 100110 100101

Color Harmonies of #827A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A3B

Black with #827A3B

Text Example


Text Example

White with #827A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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