Html Css Color HEX #857C2A Pesto

📋 copy color: '#857C2A'

red 133 ◦ green 124 ◦ blue 42

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

Shades of Pesto #857C2A

Tints of Pesto #857C2A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.47%

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 44.48%
G = 41.47%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#857C2A (or 0x857C2A) is known color: Pesto. HEX triplet: 85, 7C and 2A. RGB value is (133,124,42). Sum of RGB (Red+Green+Blue) = 133+124+42=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #857C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C2A is #7A83D5. Grayscale: #757575. Windows color (decimal): -8029142 or 2784389. OLE color: 2784389.

HSL color Cylindrical-coordinate representation of color #857C2A: hue angle of 54.07º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #857C2A is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 124 42 -
CMYK 0 0.07 0.68 0.48
HSL 54.07º 0.52% 0.34% -
HSV(B) 54.07º 0.68% 0.52% -
XYZ 17.3 19.57 5.06 -
YUV 117.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 133 124 42 0 0.07 0.68 0.48 54.07 0.52 0.34
Hex 85 7C 2A 0 7 44 30 36 34 22
Octal 205 174 52 0 7 104 60 66 64 42
Binary 10000101 1111100 101010 0 111 1000100 110000 110110 110100 100010

Color Harmonies of #857C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C2A

Black with #857C2A

Text Example


Text Example

White with #857C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,124,42); }

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

background-color css

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

 a { background-color: rgb(133,124,42); }

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

border-color css

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

 span { border-color: rgb(133,124,42); }

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