Html Css Color HEX #857924 Pesto

📋 copy color: '#857924'

red 133 ◦ green 121 ◦ blue 36

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

Shades of Pesto #857924

Tints of Pesto #857924

RGB

 RED value IS 133 (52.34% from 255) = 45.86%

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

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

R = 45.86%
G = 41.72%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#857924 (or 0x857924) is known color: Pesto. HEX triplet: 85, 79 and 24. RGB value is (133,121,36). Sum of RGB (Red+Green+Blue) = 133+121+36=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #857924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857924 is #7A86DB. Grayscale: #737373. Windows color (decimal): -8029916 or 2390405. OLE color: 2390405.

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

Color convert

RGB 133 121 36 -
CMYK 0 0.09 0.73 0.48
HSL 52.58º 0.57% 0.33% -
HSV(B) 52.58º 0.73% 0.52% -
XYZ 16.83 18.79 4.41 -
YUV 114.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 133 121 36 0 0.09 0.73 0.48 52.58 0.57 0.33
Hex 85 79 24 0 9 49 30 35 39 21
Octal 205 171 44 0 11 111 60 65 71 41
Binary 10000101 1111001 100100 0 1001 1001001 110000 110101 111001 100001

Color Harmonies of #857924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857924

Black with #857924

Text Example


Text Example

White with #857924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857924; }

 p { color: rgb(133,121,36); }

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

background-color css

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

 a { background-color: rgb(133,121,36); }

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

border-color css

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

 span { border-color: rgb(133,121,36); }

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