Html Css Color HEX #857D32 Pesto

📋 copy color: '#857D32'

red 133 ◦ green 125 ◦ blue 50

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

Shades of Pesto #857D32

Tints of Pesto #857D32

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.58%

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

R = 43.18%
G = 40.58%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#857D32 (or 0x857D32) is known color: Pesto. HEX triplet: 85, 7D and 32. RGB value is (133,125,50). Sum of RGB (Red+Green+Blue) = 133+125+50=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #857D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D32 is #7A82CD. Grayscale: #777777. Windows color (decimal): -8028878 or 3308933. OLE color: 3308933.

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

Color convert

RGB 133 125 50 -
CMYK 0 0.06 0.62 0.48
HSL 54.22º 0.45% 0.36% -
HSV(B) 54.22º 0.62% 0.52% -
XYZ 17.58 19.88 5.93 -
YUV 118.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 133 125 50 0 0.06 0.62 0.48 54.22 0.45 0.36
Hex 85 7D 32 0 6 3E 30 36 2D 24
Octal 205 175 62 0 6 76 60 66 55 44
Binary 10000101 1111101 110010 0 110 111110 110000 110110 101101 100100

Color Harmonies of #857D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D32

Black with #857D32

Text Example


Text Example

White with #857D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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