Html Css Color HEX #857A2B Pesto

📋 copy color: '#857A2B'

red 133 ◦ green 122 ◦ blue 43

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

Shades of Pesto #857A2B

Tints of Pesto #857A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.43%

R = 44.63%
G = 40.94%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#857A2B (or 0x857A2B) is known color: Pesto. HEX triplet: 85, 7A and 2B. RGB value is (133,122,43). Sum of RGB (Red+Green+Blue) = 133+122+43=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #857A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A2B is #7A85D4. Grayscale: #747474. Windows color (decimal): -8029653 or 2849413. OLE color: 2849413.

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

Color convert

RGB 133 122 43 -
CMYK 0 0.08 0.68 0.48
HSL 52.67º 0.51% 0.35% -
HSV(B) 52.67º 0.68% 0.52% -
XYZ 17.07 19.08 5.07 -
YUV 116.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 133 122 43 0 0.08 0.68 0.48 52.67 0.51 0.35
Hex 85 7A 2B 0 8 44 30 35 33 23
Octal 205 172 53 0 10 104 60 65 63 43
Binary 10000101 1111010 101011 0 1000 1000100 110000 110101 110011 100011

Color Harmonies of #857A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A2B

Black with #857A2B

Text Example


Text Example

White with #857A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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