Html Css Color HEX #807530 Pesto

📋 copy color: '#807530'

red 128 ◦ green 117 ◦ blue 48

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

Shades of Pesto #807530

Tints of Pesto #807530

RGB

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

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

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

R = 43.69%
G = 39.93%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#807530 (or 0x807530) is known color: Pesto. HEX triplet: 80, 75 and 30. RGB value is (128,117,48). Sum of RGB (Red+Green+Blue) = 128+117+48=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #807530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807530 is #7F8ACF. Grayscale: #707070. Windows color (decimal): -8358608 or 3175808. OLE color: 3175808.

HSL color Cylindrical-coordinate representation of color #807530: hue angle of 51.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #807530 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 48 -
CMYK 0 0.09 0.62 0.50
HSL 51.75º 0.45% 0.35% -
HSV(B) 51.75º 0.63% 0.5% -
XYZ 15.8 17.53 5.35 -
YUV 112.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 128 117 48 0 0.09 0.62 0.50 51.75 0.45 0.35
Hex 80 75 30 0 9 3E 32 34 2D 23
Octal 200 165 60 0 11 76 62 64 55 43
Binary 10000000 1110101 110000 0 1001 111110 110010 110100 101101 100011

Color Harmonies of #807530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807530

Black with #807530

Text Example


Text Example

White with #807530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807530; }

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

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

background-color css

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

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

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

border-color css

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

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

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