Html Css Color HEX #817730 Pesto

📋 copy color: '#817730'

red 129 ◦ green 119 ◦ blue 48

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

Shades of Pesto #817730

Tints of Pesto #817730

RGB

 RED value IS 129 (50.78% from 255) = 43.58%

 GREEN value IS 119 (46.88% from 255) = 40.2%

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

R = 43.58%
G = 40.2%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#817730 (or 0x817730) is known color: Pesto. HEX triplet: 81, 77 and 30. RGB value is (129,119,48). Sum of RGB (Red+Green+Blue) = 129+119+48=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #817730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817730 is #7E88CF. Grayscale: #727272. Windows color (decimal): -8292560 or 3176321. OLE color: 3176321.

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

Color convert

RGB 129 119 48 -
CMYK 0 0.08 0.63 0.49
HSL 52.59º 0.46% 0.35% -
HSV(B) 52.59º 0.63% 0.51% -
XYZ 16.18 18.07 5.43 -
YUV 113.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 129 119 48 0 0.08 0.63 0.49 52.59 0.46 0.35
Hex 81 77 30 0 8 3F 31 35 2E 23
Octal 201 167 60 0 10 77 61 65 56 43
Binary 10000001 1110111 110000 0 1000 111111 110001 110101 101110 100011

Color Harmonies of #817730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817730

Black with #817730

Text Example


Text Example

White with #817730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817730; }

 p { color: rgb(129,119,48); }

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

background-color css

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

 a { background-color: rgb(129,119,48); }

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

border-color css

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

 span { border-color: rgb(129,119,48); }

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