Html Css Color HEX #857C32 Pesto

📋 copy color: '#857C32'

red 133 ◦ green 124 ◦ blue 50

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

Shades of Pesto #857C32

Tints of Pesto #857C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 43.32%
G = 40.39%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#857C32 (or 0x857C32) is known color: Pesto. HEX triplet: 85, 7C and 32. RGB value is (133,124,50). Sum of RGB (Red+Green+Blue) = 133+124+50=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #857C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C32 is #7A83CD. Grayscale: #767676. Windows color (decimal): -8029134 or 3308677. OLE color: 3308677.

HSL color Cylindrical-coordinate representation of color #857C32: hue angle of 53.49º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #857C32 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 124 50 -
CMYK 0 0.07 0.62 0.48
HSL 53.49º 0.45% 0.36% -
HSV(B) 53.49º 0.62% 0.52% -
XYZ 17.46 19.63 5.89 -
YUV 118.26 89.48 138.52 -
System Red Green Blue C M Y K H S L
Decimal 133 124 50 0 0.07 0.62 0.48 53.49 0.45 0.36
Hex 85 7C 32 0 7 3E 30 35 2D 24
Octal 205 174 62 0 7 76 60 65 55 44
Binary 10000101 1111100 110010 0 111 111110 110000 110101 101101 100100

Color Harmonies of #857C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C32

Black with #857C32

Text Example


Text Example

White with #857C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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