Html Css Color HEX #857B1E Pesto

📋 copy color: '#857B1E'

red 133 ◦ green 123 ◦ blue 30

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

Shades of Pesto #857B1E

Tints of Pesto #857B1E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.01%

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 46.5%
G = 43.01%
B = 10.49%

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

#857B1E (or 0x857B1E) is known color: Pesto. HEX triplet: 85, 7B and 1E. RGB value is (133,123,30). Sum of RGB (Red+Green+Blue) = 133+123+30=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #857B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B1E is #7A84E1. Grayscale: #737373. Windows color (decimal): -8029410 or 1997701. OLE color: 1997701.

HSL color Cylindrical-coordinate representation of color #857B1E: hue angle of 54.17º degrees, saturation: 0.63, 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 #857B1E is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 123 30 -
CMYK 0 0.08 0.77 0.48
HSL 54.17º 0.63% 0.32% -
HSV(B) 54.17º 0.77% 0.52% -
XYZ 16.99 19.25 4.05 -
YUV 115.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 133 123 30 0 0.08 0.77 0.48 54.17 0.63 0.32
Hex 85 7B 1E 0 8 4D 30 36 3F 20
Octal 205 173 36 0 10 115 60 66 77 40
Binary 10000101 1111011 11110 0 1000 1001101 110000 110110 111111 100000

Color Harmonies of #857B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B1E

Black with #857B1E

Text Example


Text Example

White with #857B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,123,30); }

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

background-color css

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

 a { background-color: rgb(133,123,30); }

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

border-color css

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

 span { border-color: rgb(133,123,30); }

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