Html Css Color HEX #847428 Pesto

📋 copy color: '#847428'

red 132 ◦ green 116 ◦ blue 40

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

Shades of Pesto #847428

Tints of Pesto #847428

RGB

 RED value IS 132 (51.95% from 255) = 45.83%

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

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 45.83%
G = 40.28%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#847428 (or 0x847428) is known color: Pesto. HEX triplet: 84, 74 and 28. RGB value is (132,116,40). Sum of RGB (Red+Green+Blue) = 132+116+40=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #847428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847428 is #7B8BD7. Grayscale: #707070. Windows color (decimal): -8096728 or 2651268. OLE color: 2651268.

HSL color Cylindrical-coordinate representation of color #847428: hue angle of 49.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #847428 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 116 40 -
CMYK 0 0.12 0.70 0.48
HSL 49.57º 0.53% 0.34% -
HSV(B) 49.57º 0.7% 0.52% -
XYZ 16.14 17.55 4.54 -
YUV 112.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 132 116 40 0 0.12 0.70 0.48 49.57 0.53 0.34
Hex 84 74 28 0 C 46 30 32 35 22
Octal 204 164 50 0 14 106 60 62 65 42
Binary 10000100 1110100 101000 0 1100 1000110 110000 110010 110101 100010

Color Harmonies of #847428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847428

Black with #847428

Text Example


Text Example

White with #847428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847428; }

 p { color: rgb(132,116,40); }

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

background-color css

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

 a { background-color: rgb(132,116,40); }

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

border-color css

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

 span { border-color: rgb(132,116,40); }

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