Html Css Color HEX #857E30 Pesto

📋 copy color: '#857E30'

red 133 ◦ green 126 ◦ blue 48

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

Shades of Pesto #857E30

Tints of Pesto #857E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.64%

R = 43.32%
G = 41.04%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#857E30 (or 0x857E30) is known color: Pesto. HEX triplet: 85, 7E and 30. RGB value is (133,126,48). Sum of RGB (Red+Green+Blue) = 133+126+48=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #857E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E30 is #7A81CF. Grayscale: #777777. Windows color (decimal): -8028624 or 3178117. OLE color: 3178117.

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

Color convert

RGB 133 126 48 -
CMYK 0 0.05 0.64 0.48
HSL 55.06º 0.47% 0.35% -
HSV(B) 55.06º 0.64% 0.52% -
XYZ 17.67 20.12 5.75 -
YUV 119.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 133 126 48 0 0.05 0.64 0.48 55.06 0.47 0.35
Hex 85 7E 30 0 5 40 30 37 2F 23
Octal 205 176 60 0 5 100 60 67 57 43
Binary 10000101 1111110 110000 0 101 1000000 110000 110111 101111 100011

Color Harmonies of #857E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E30

Black with #857E30

Text Example


Text Example

White with #857E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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