Html Css Color HEX #827A3D Pesto

📋 copy color: '#827A3D'

red 130 ◦ green 122 ◦ blue 61

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

Shades of Pesto #827A3D

Tints of Pesto #827A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 41.53%
G = 38.98%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#827A3D (or 0x827A3D) is known color: Pesto. HEX triplet: 82, 7A and 3D. RGB value is (130,122,61). Sum of RGB (Red+Green+Blue) = 130+122+61=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #827A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A3D is #7D85C2. Grayscale: #757575. Windows color (decimal): -8226243 or 4029058. OLE color: 4029058.

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

Color convert

RGB 130 122 61 -
CMYK 0 0.06 0.53 0.49
HSL 53.04º 0.36% 0.37% -
HSV(B) 53.04º 0.53% 0.51% -
XYZ 17.01 19 7.19 -
YUV 117.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 130 122 61 0 0.06 0.53 0.49 53.04 0.36 0.37
Hex 82 7A 3D 0 6 35 31 35 24 25
Octal 202 172 75 0 6 65 61 65 44 45
Binary 10000010 1111010 111101 0 110 110101 110001 110101 100100 100101

Color Harmonies of #827A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A3D

Black with #827A3D

Text Example


Text Example

White with #827A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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