Html Css Color HEX #847925 Pesto

📋 copy color: '#847925'

red 132 ◦ green 121 ◦ blue 37

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

Shades of Pesto #847925

Tints of Pesto #847925

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.72%

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

R = 45.52%
G = 41.72%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#847925 (or 0x847925) is known color: Pesto. HEX triplet: 84, 79 and 25. RGB value is (132,121,37). Sum of RGB (Red+Green+Blue) = 132+121+37=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #847925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847925 is #7B86DA. Grayscale: #737373. Windows color (decimal): -8095451 or 2455940. OLE color: 2455940.

HSL color Cylindrical-coordinate representation of color #847925: hue angle of 53.05º 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 #847925 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 121 37 -
CMYK 0 0.08 0.72 0.48
HSL 53.05º 0.56% 0.33% -
HSV(B) 53.05º 0.72% 0.52% -
XYZ 16.69 18.71 4.48 -
YUV 114.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 132 121 37 0 0.08 0.72 0.48 53.05 0.56 0.33
Hex 84 79 25 0 8 48 30 35 38 21
Octal 204 171 45 0 10 110 60 65 70 41
Binary 10000100 1111001 100101 0 1000 1001000 110000 110101 111000 100001

Color Harmonies of #847925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847925

Black with #847925

Text Example


Text Example

White with #847925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847925; }

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

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

background-color css

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

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

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

border-color css

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

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

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