Html Css Color HEX #827630 Pesto

📋 copy color: '#827630'

red 130 ◦ green 118 ◦ blue 48

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

Shades of Pesto #827630

Tints of Pesto #827630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.86%

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

R = 43.92%
G = 39.86%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#827630 (or 0x827630) is known color: Pesto. HEX triplet: 82, 76 and 30. RGB value is (130,118,48). Sum of RGB (Red+Green+Blue) = 130+118+48=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #827630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827630 is #7D89CF. Grayscale: #717171. Windows color (decimal): -8227280 or 3176066. OLE color: 3176066.

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

Color convert

RGB 130 118 48 -
CMYK 0 0.09 0.63 0.49
HSL 51.22º 0.46% 0.35% -
HSV(B) 51.22º 0.63% 0.51% -
XYZ 16.22 17.92 5.4 -
YUV 113.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 130 118 48 0 0.09 0.63 0.49 51.22 0.46 0.35
Hex 82 76 30 0 9 3F 31 33 2E 23
Octal 202 166 60 0 11 77 61 63 56 43
Binary 10000010 1110110 110000 0 1001 111111 110001 110011 101110 100011

Color Harmonies of #827630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827630

Black with #827630

Text Example


Text Example

White with #827630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827630; }

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

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

background-color css

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

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

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

border-color css

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

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

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