Html Css Color HEX #857A1F Pesto

📋 copy color: '#857A1F'

red 133 ◦ green 122 ◦ blue 31

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

Shades of Pesto #857A1F

Tints of Pesto #857A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.84%

R = 46.5%
G = 42.66%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#857A1F (or 0x857A1F) is known color: Pesto. HEX triplet: 85, 7A and 1F. RGB value is (133,122,31). Sum of RGB (Red+Green+Blue) = 133+122+31=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #857A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A1F is #7A85E0. Grayscale: #737373. Windows color (decimal): -8029665 or 2062981. OLE color: 2062981.

HSL color Cylindrical-coordinate representation of color #857A1F: hue angle of 53.53º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #857A1F is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 122 31 -
CMYK 0 0.08 0.77 0.48
HSL 53.53º 0.62% 0.32% -
HSV(B) 53.53º 0.77% 0.52% -
XYZ 16.88 19 4.07 -
YUV 114.92 80.64 140.9 -
System Red Green Blue C M Y K H S L
Decimal 133 122 31 0 0.08 0.77 0.48 53.53 0.62 0.32
Hex 85 7A 1F 0 8 4D 30 36 3E 20
Octal 205 172 37 0 10 115 60 66 76 40
Binary 10000101 1111010 11111 0 1000 1001101 110000 110110 111110 100000

Color Harmonies of #857A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A1F

Black with #857A1F

Text Example


Text Example

White with #857A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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