Html Css Color HEX #857A24 Pesto

📋 copy color: '#857A24'

red 133 ◦ green 122 ◦ blue 36

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

Shades of Pesto #857A24

Tints of Pesto #857A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.37%

R = 45.7%
G = 41.92%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#857A24 (or 0x857A24) is known color: Pesto. HEX triplet: 85, 7A and 24. RGB value is (133,122,36). Sum of RGB (Red+Green+Blue) = 133+122+36=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #857A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A24 is #7A85DB. Grayscale: #737373. Windows color (decimal): -8029660 or 2390661. OLE color: 2390661.

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

Color convert

RGB 133 122 36 -
CMYK 0 0.08 0.73 0.48
HSL 53.2º 0.57% 0.33% -
HSV(B) 53.2º 0.73% 0.52% -
XYZ 16.95 19.03 4.45 -
YUV 115.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 133 122 36 0 0.08 0.73 0.48 53.2 0.57 0.33
Hex 85 7A 24 0 8 49 30 35 39 21
Octal 205 172 44 0 10 111 60 65 71 41
Binary 10000101 1111010 100100 0 1000 1001001 110000 110101 111001 100001

Color Harmonies of #857A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A24

Black with #857A24

Text Example


Text Example

White with #857A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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