Html Css Color HEX #807327 Pesto

📋 copy color: '#807327'

red 128 ◦ green 115 ◦ blue 39

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

Shades of Pesto #807327

Tints of Pesto #807327

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.78%

 BLUE value IS 39 (15.63% from 255) = 13.83%

R = 45.39%
G = 40.78%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#807327 (or 0x807327) is known color: Pesto. HEX triplet: 80, 73 and 27. RGB value is (128,115,39). Sum of RGB (Red+Green+Blue) = 128+115+39=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #807327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807327 is #7F8CD8. Grayscale: #6E6E6E. Windows color (decimal): -8359129 or 2585472. OLE color: 2585472.

HSL color Cylindrical-coordinate representation of color #807327: hue angle of 51.24º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #807327 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 115 39 -
CMYK 0 0.10 0.70 0.50
HSL 51.24º 0.53% 0.33% -
HSV(B) 51.24º 0.7% 0.5% -
XYZ 15.4 17 4.39 -
YUV 110.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 128 115 39 0 0.10 0.70 0.50 51.24 0.53 0.33
Hex 80 73 27 0 A 46 32 33 35 21
Octal 200 163 47 0 12 106 62 63 65 41
Binary 10000000 1110011 100111 0 1010 1000110 110010 110011 110101 100001

Color Harmonies of #807327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807327

Black with #807327

Text Example


Text Example

White with #807327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807327; }

 p { color: rgb(128,115,39); }

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

background-color css

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

 a { background-color: rgb(128,115,39); }

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

border-color css

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

 span { border-color: rgb(128,115,39); }

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