Html Css Color HEX #807524 Pesto

📋 copy color: '#807524'

red 128 ◦ green 117 ◦ blue 36

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

Shades of Pesto #807524

Tints of Pesto #807524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 45.55%
G = 41.64%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#807524 (or 0x807524) is known color: Pesto. HEX triplet: 80, 75 and 24. RGB value is (128,117,36). Sum of RGB (Red+Green+Blue) = 128+117+36=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #807524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807524 is #7F8ADB. Grayscale: #6F6F6F. Windows color (decimal): -8358620 or 2389376. OLE color: 2389376.

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

Color convert

RGB 128 117 36 -
CMYK 0 0.09 0.72 0.50
HSL 52.83º 0.56% 0.32% -
HSV(B) 52.83º 0.72% 0.5% -
XYZ 15.58 17.44 4.21 -
YUV 111.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 128 117 36 0 0.09 0.72 0.50 52.83 0.56 0.32
Hex 80 75 24 0 9 48 32 35 38 20
Octal 200 165 44 0 11 110 62 65 70 40
Binary 10000000 1110101 100100 0 1001 1001000 110010 110101 111000 100000

Color Harmonies of #807524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807524

Black with #807524

Text Example


Text Example

White with #807524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807524; }

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

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

background-color css

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

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

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

border-color css

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

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

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