Html Css Color HEX #857E35 Pesto

📋 copy color: '#857E35'

red 133 ◦ green 126 ◦ blue 53

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

Shades of Pesto #857E35

Tints of Pesto #857E35

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.38%

 BLUE value IS 53 (21.09% from 255) = 16.99%

R = 42.63%
G = 40.38%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#857E35 (or 0x857E35) is known color: Pesto. HEX triplet: 85, 7E and 35. RGB value is (133,126,53). Sum of RGB (Red+Green+Blue) = 133+126+53=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #857E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E35 is #7A81CA. Grayscale: #787878. Windows color (decimal): -8028619 or 3505797. OLE color: 3505797.

HSL color Cylindrical-coordinate representation of color #857E35: hue angle of 54.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #857E35 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 126 53 -
CMYK 0 0.05 0.60 0.48
HSL 54.75º 0.43% 0.36% -
HSV(B) 54.75º 0.6% 0.52% -
XYZ 17.78 20.17 6.32 -
YUV 119.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 133 126 53 0 0.05 0.60 0.48 54.75 0.43 0.36
Hex 85 7E 35 0 5 3C 30 37 2B 24
Octal 205 176 65 0 5 74 60 67 53 44
Binary 10000101 1111110 110101 0 101 111100 110000 110111 101011 100100

Color Harmonies of #857E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E35

Black with #857E35

Text Example


Text Example

White with #857E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,126,53); }

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

background-color css

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

 a { background-color: rgb(133,126,53); }

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

border-color css

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

 span { border-color: rgb(133,126,53); }

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