Html Css Color HEX #857921 Pesto

📋 copy color: '#857921'

red 133 ◦ green 121 ◦ blue 33

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

Shades of Pesto #857921

Tints of Pesto #857921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.5%

R = 46.34%
G = 42.16%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#857921 (or 0x857921) is known color: Pesto. HEX triplet: 85, 79 and 21. RGB value is (133,121,33). Sum of RGB (Red+Green+Blue) = 133+121+33=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #857921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857921 is #7A86DE. Grayscale: #727272. Windows color (decimal): -8029919 or 2193797. OLE color: 2193797.

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

Color convert

RGB 133 121 33 -
CMYK 0 0.09 0.75 0.48
HSL 52.8º 0.6% 0.33% -
HSV(B) 52.8º 0.75% 0.52% -
XYZ 16.78 18.77 4.18 -
YUV 114.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 133 121 33 0 0.09 0.75 0.48 52.8 0.6 0.33
Hex 85 79 21 0 9 4B 30 35 3C 21
Octal 205 171 41 0 11 113 60 65 74 41
Binary 10000101 1111001 100001 0 1001 1001011 110000 110101 111100 100001

Color Harmonies of #857921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857921

Black with #857921

Text Example


Text Example

White with #857921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857921; }

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

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

background-color css

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

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

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

border-color css

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

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

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