Html Css Color HEX #827930 Pesto

📋 copy color: '#827930'

red 130 ◦ green 121 ◦ blue 48

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

Shades of Pesto #827930

Tints of Pesto #827930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.05%

R = 43.48%
G = 40.47%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#827930 (or 0x827930) is known color: Pesto. HEX triplet: 82, 79 and 30. RGB value is (130,121,48). Sum of RGB (Red+Green+Blue) = 130+121+48=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #827930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827930 is #7D86CF. Grayscale: #737373. Windows color (decimal): -8226512 or 3176834. OLE color: 3176834.

HSL color Cylindrical-coordinate representation of color #827930: hue angle of 53.41º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #827930 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 48 -
CMYK 0 0.07 0.63 0.49
HSL 53.41º 0.46% 0.35% -
HSV(B) 53.41º 0.63% 0.51% -
XYZ 16.58 18.63 5.52 -
YUV 115.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 130 121 48 0 0.07 0.63 0.49 53.41 0.46 0.35
Hex 82 79 30 0 7 3F 31 35 2E 23
Octal 202 171 60 0 7 77 61 65 56 43
Binary 10000010 1111001 110000 0 111 111111 110001 110101 101110 100011

Color Harmonies of #827930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827930

Black with #827930

Text Example


Text Example

White with #827930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827930; }

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

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

background-color css

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

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

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

border-color css

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

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

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