Html Css Color HEX #857C2C Pesto

📋 copy color: '#857C2C'

red 133 ◦ green 124 ◦ blue 44

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

Shades of Pesto #857C2C

Tints of Pesto #857C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 44.19%
G = 41.2%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#857C2C (or 0x857C2C) is known color: Pesto. HEX triplet: 85, 7C and 2C. RGB value is (133,124,44). Sum of RGB (Red+Green+Blue) = 133+124+44=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #857C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C2C is #7A83D3. Grayscale: #757575. Windows color (decimal): -8029140 or 2915461. OLE color: 2915461.

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

Color convert

RGB 133 124 44 -
CMYK 0 0.07 0.67 0.48
HSL 53.93º 0.5% 0.35% -
HSV(B) 53.93º 0.67% 0.52% -
XYZ 17.34 19.58 5.25 -
YUV 117.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 133 124 44 0 0.07 0.67 0.48 53.93 0.5 0.35
Hex 85 7C 2C 0 7 43 30 36 32 23
Octal 205 174 54 0 7 103 60 66 62 43
Binary 10000101 1111100 101100 0 111 1000011 110000 110110 110010 100011

Color Harmonies of #857C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C2C

Black with #857C2C

Text Example


Text Example

White with #857C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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