Html Css Color HEX #807427 Pesto

📋 copy color: '#807427'

red 128 ◦ green 116 ◦ blue 39

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

Shades of Pesto #807427

Tints of Pesto #807427

RGB

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

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

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

R = 45.23%
G = 40.99%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#807427 (or 0x807427) is known color: Pesto. HEX triplet: 80, 74 and 27. RGB value is (128,116,39). Sum of RGB (Red+Green+Blue) = 128+116+39=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #807427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807427 is #7F8BD8. Grayscale: #6F6F6F. Windows color (decimal): -8358873 or 2585728. OLE color: 2585728.

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

Color convert

RGB 128 116 39 -
CMYK 0 0.09 0.70 0.50
HSL 51.91º 0.53% 0.33% -
HSV(B) 51.91º 0.7% 0.5% -
XYZ 15.51 17.23 4.43 -
YUV 110.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 128 116 39 0 0.09 0.70 0.50 51.91 0.53 0.33
Hex 80 74 27 0 9 46 32 34 35 21
Octal 200 164 47 0 11 106 62 64 65 41
Binary 10000000 1110100 100111 0 1001 1000110 110010 110100 110101 100001

Color Harmonies of #807427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807427

Black with #807427

Text Example


Text Example

White with #807427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807427; }

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

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

background-color css

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

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

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

border-color css

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

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

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