Html Css Color HEX #857930 Pesto

📋 copy color: '#857930'

red 133 ◦ green 121 ◦ blue 48

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

Shades of Pesto #857930

Tints of Pesto #857930

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.07%

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

R = 44.04%
G = 40.07%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#857930 (or 0x857930) is known color: Pesto. HEX triplet: 85, 79 and 30. RGB value is (133,121,48). Sum of RGB (Red+Green+Blue) = 133+121+48=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #857930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857930 is #7A86CF. Grayscale: #747474. Windows color (decimal): -8029904 or 3176837. OLE color: 3176837.

HSL color Cylindrical-coordinate representation of color #857930: hue angle of 51.53º 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 #857930 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 48 -
CMYK 0 0.09 0.64 0.48
HSL 51.53º 0.47% 0.35% -
HSV(B) 51.53º 0.64% 0.52% -
XYZ 17.04 18.87 5.54 -
YUV 116.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 133 121 48 0 0.09 0.64 0.48 51.53 0.47 0.35
Hex 85 79 30 0 9 40 30 34 2F 23
Octal 205 171 60 0 11 100 60 64 57 43
Binary 10000101 1111001 110000 0 1001 1000000 110000 110100 101111 100011

Color Harmonies of #857930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857930

Black with #857930

Text Example


Text Example

White with #857930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857930; }

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

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

background-color css

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

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

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

border-color css

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

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

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