Html Css Color HEX #817530 Pesto

📋 copy color: '#817530'

red 129 ◦ green 117 ◦ blue 48

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

Shades of Pesto #817530

Tints of Pesto #817530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 43.88%
G = 39.8%
B = 16.33%

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

#817530 (or 0x817530) is known color: Pesto. HEX triplet: 81, 75 and 30. RGB value is (129,117,48). Sum of RGB (Red+Green+Blue) = 129+117+48=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #817530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817530 is #7E8ACF. Grayscale: #717171. Windows color (decimal): -8293072 or 3175809. OLE color: 3175809.

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

Color convert

RGB 129 117 48 -
CMYK 0 0.09 0.63 0.49
HSL 51.11º 0.46% 0.35% -
HSV(B) 51.11º 0.63% 0.51% -
XYZ 15.95 17.6 5.35 -
YUV 112.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 129 117 48 0 0.09 0.63 0.49 51.11 0.46 0.35
Hex 81 75 30 0 9 3F 31 33 2E 23
Octal 201 165 60 0 11 77 61 63 56 43
Binary 10000001 1110101 110000 0 1001 111111 110001 110011 101110 100011

Color Harmonies of #817530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817530

Black with #817530

Text Example


Text Example

White with #817530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817530; }

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

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

background-color css

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

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

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

border-color css

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

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

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