Html Css Color HEX #857C21 Pesto

📋 copy color: '#857C21'

red 133 ◦ green 124 ◦ blue 33

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

Shades of Pesto #857C21

Tints of Pesto #857C21

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.76%

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

R = 45.86%
G = 42.76%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#857C21 (or 0x857C21) is known color: Pesto. HEX triplet: 85, 7C and 21. RGB value is (133,124,33). Sum of RGB (Red+Green+Blue) = 133+124+33=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #857C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C21 is #7A83DE. Grayscale: #747474. Windows color (decimal): -8029151 or 2194565. OLE color: 2194565.

HSL color Cylindrical-coordinate representation of color #857C21: hue angle of 54.6º 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 #857C21 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 124 33 -
CMYK 0 0.07 0.75 0.48
HSL 54.6º 0.6% 0.33% -
HSV(B) 54.6º 0.75% 0.52% -
XYZ 17.16 19.51 4.3 -
YUV 116.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 133 124 33 0 0.07 0.75 0.48 54.6 0.6 0.33
Hex 85 7C 21 0 7 4B 30 37 3C 21
Octal 205 174 41 0 7 113 60 67 74 41
Binary 10000101 1111100 100001 0 111 1001011 110000 110111 111100 100001

Color Harmonies of #857C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C21

Black with #857C21

Text Example


Text Example

White with #857C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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