Html Css Color HEX #857B1D Pesto

📋 copy color: '#857B1D'

red 133 ◦ green 123 ◦ blue 29

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

Shades of Pesto #857B1D

Tints of Pesto #857B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 46.67%
G = 43.16%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#857B1D (or 0x857B1D) is known color: Pesto. HEX triplet: 85, 7B and 1D. RGB value is (133,123,29). Sum of RGB (Red+Green+Blue) = 133+123+29=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #857B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B1D is #7A84E2. Grayscale: #737373. Windows color (decimal): -8029411 or 1932165. OLE color: 1932165.

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

Color convert

RGB 133 123 29 -
CMYK 0 0.08 0.78 0.48
HSL 54.23º 0.64% 0.32% -
HSV(B) 54.23º 0.78% 0.52% -
XYZ 16.98 19.24 3.98 -
YUV 115.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 133 123 29 0 0.08 0.78 0.48 54.23 0.64 0.32
Hex 85 7B 1D 0 8 4E 30 36 40 20
Octal 205 173 35 0 10 116 60 66 100 40
Binary 10000101 1111011 11101 0 1000 1001110 110000 110110 1000000 100000

Color Harmonies of #857B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B1D

Black with #857B1D

Text Example


Text Example

White with #857B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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