Html Css Color HEX #807625 Pesto

📋 copy color: '#807625'

red 128 ◦ green 118 ◦ blue 37

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

Shades of Pesto #807625

Tints of Pesto #807625

RGB

 RED value IS 128 (50.39% from 255) = 45.23%

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

 BLUE value IS 37 (14.84% from 255) = 13.07%

R = 45.23%
G = 41.7%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#807625 (or 0x807625) is known color: Pesto. HEX triplet: 80, 76 and 25. RGB value is (128,118,37). Sum of RGB (Red+Green+Blue) = 128+118+37=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #807625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807625 is #7F89DA. Grayscale: #707070. Windows color (decimal): -8358363 or 2455168. OLE color: 2455168.

HSL color Cylindrical-coordinate representation of color #807625: hue angle of 53.41º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #807625 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 118 37 -
CMYK 0 0.08 0.71 0.50
HSL 53.41º 0.55% 0.32% -
HSV(B) 53.41º 0.71% 0.5% -
XYZ 15.71 17.68 4.33 -
YUV 111.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 128 118 37 0 0.08 0.71 0.50 53.41 0.55 0.32
Hex 80 76 25 0 8 47 32 35 37 20
Octal 200 166 45 0 10 107 62 65 67 40
Binary 10000000 1110110 100101 0 1000 1000111 110010 110101 110111 100000

Color Harmonies of #807625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807625

Black with #807625

Text Example


Text Example

White with #807625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807625; }

 p { color: rgb(128,118,37); }

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

background-color css

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

 a { background-color: rgb(128,118,37); }

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

border-color css

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

 span { border-color: rgb(128,118,37); }

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