Html Css Color HEX #857A2C Pesto

📋 copy color: '#857A2C'

red 133 ◦ green 122 ◦ blue 44

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

Shades of Pesto #857A2C

Tints of Pesto #857A2C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.8%

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

R = 44.48%
G = 40.8%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#857A2C (or 0x857A2C) is known color: Pesto. HEX triplet: 85, 7A and 2C. RGB value is (133,122,44). Sum of RGB (Red+Green+Blue) = 133+122+44=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #857A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A2C is #7A85D3. Grayscale: #747474. Windows color (decimal): -8029652 or 2914949. OLE color: 2914949.

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

Color convert

RGB 133 122 44 -
CMYK 0 0.08 0.67 0.48
HSL 52.58º 0.5% 0.35% -
HSV(B) 52.58º 0.67% 0.52% -
XYZ 17.09 19.09 5.17 -
YUV 116.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 133 122 44 0 0.08 0.67 0.48 52.58 0.5 0.35
Hex 85 7A 2C 0 8 43 30 35 32 23
Octal 205 172 54 0 10 103 60 65 62 43
Binary 10000101 1111010 101100 0 1000 1000011 110000 110101 110010 100011

Color Harmonies of #857A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A2C

Black with #857A2C

Text Example


Text Example

White with #857A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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