Html Css Color HEX #817430 Pesto

📋 copy color: '#817430'

red 129 ◦ green 116 ◦ blue 48

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

Shades of Pesto #817430

Tints of Pesto #817430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.59%

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

R = 44.03%
G = 39.59%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#817430 (or 0x817430) is known color: Pesto. HEX triplet: 81, 74 and 30. RGB value is (129,116,48). Sum of RGB (Red+Green+Blue) = 129+116+48=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #817430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817430 is #7E8BCF. Grayscale: #707070. Windows color (decimal): -8293328 or 3175553. OLE color: 3175553.

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

Color convert

RGB 129 116 48 -
CMYK 0 0.10 0.63 0.49
HSL 50.37º 0.46% 0.35% -
HSV(B) 50.37º 0.63% 0.51% -
XYZ 15.83 17.37 5.31 -
YUV 112.14 91.81 140.03 -
System Red Green Blue C M Y K H S L
Decimal 129 116 48 0 0.10 0.63 0.49 50.37 0.46 0.35
Hex 81 74 30 0 A 3F 31 32 2E 23
Octal 201 164 60 0 12 77 61 62 56 43
Binary 10000001 1110100 110000 0 1010 111111 110001 110010 101110 100011

Color Harmonies of #817430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817430

Black with #817430

Text Example


Text Example

White with #817430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817430; }

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

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

background-color css

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

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

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

border-color css

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

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

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