Html Css Color HEX #847625 Pesto

📋 copy color: '#847625'

red 132 ◦ green 118 ◦ blue 37

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

Shades of Pesto #847625

Tints of Pesto #847625

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.11%

 BLUE value IS 37 (14.84% from 255) = 12.89%

R = 45.99%
G = 41.11%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#847625 (or 0x847625) is known color: Pesto. HEX triplet: 84, 76 and 25. RGB value is (132,118,37). Sum of RGB (Red+Green+Blue) = 132+118+37=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #847625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847625 is #7B89DA. Grayscale: #717171. Windows color (decimal): -8096219 or 2455172. OLE color: 2455172.

HSL color Cylindrical-coordinate representation of color #847625: hue angle of 51.16º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #847625 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 118 37 -
CMYK 0 0.11 0.72 0.48
HSL 51.16º 0.56% 0.33% -
HSV(B) 51.16º 0.72% 0.52% -
XYZ 16.33 18 4.36 -
YUV 112.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 132 118 37 0 0.11 0.72 0.48 51.16 0.56 0.33
Hex 84 76 25 0 B 48 30 33 38 21
Octal 204 166 45 0 13 110 60 63 70 41
Binary 10000100 1110110 100101 0 1011 1001000 110000 110011 111000 100001

Color Harmonies of #847625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847625

Black with #847625

Text Example


Text Example

White with #847625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847625; }

 p { color: rgb(132,118,37); }

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

background-color css

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

 a { background-color: rgb(132,118,37); }

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

border-color css

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

 span { border-color: rgb(132,118,37); }

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