Html Css Color HEX #857A32 Pesto

📋 copy color: '#857A32'

red 133 ◦ green 122 ◦ blue 50

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

Shades of Pesto #857A32

Tints of Pesto #857A32

RGB

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

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

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

R = 43.61%
G = 40%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#857A32 (or 0x857A32) is known color: Pesto. HEX triplet: 85, 7A and 32. RGB value is (133,122,50). Sum of RGB (Red+Green+Blue) = 133+122+50=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #857A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A32 is #7A85CD. Grayscale: #757575. Windows color (decimal): -8029646 or 3308165. OLE color: 3308165.

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

Color convert

RGB 133 122 50 -
CMYK 0 0.08 0.62 0.48
HSL 52.05º 0.45% 0.36% -
HSV(B) 52.05º 0.62% 0.52% -
XYZ 17.21 19.14 5.8 -
YUV 117.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 133 122 50 0 0.08 0.62 0.48 52.05 0.45 0.36
Hex 85 7A 32 0 8 3E 30 34 2D 24
Octal 205 172 62 0 10 76 60 64 55 44
Binary 10000101 1111010 110010 0 1000 111110 110000 110100 101101 100100

Color Harmonies of #857A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A32

Black with #857A32

Text Example


Text Example

White with #857A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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