Html Css Color HEX #857824 Pesto

📋 copy color: '#857824'

red 133 ◦ green 120 ◦ blue 36

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

Shades of Pesto #857824

Tints of Pesto #857824

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.52%

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

R = 46.02%
G = 41.52%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#857824 (or 0x857824) is known color: Pesto. HEX triplet: 85, 78 and 24. RGB value is (133,120,36). Sum of RGB (Red+Green+Blue) = 133+120+36=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #857824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857824 is #7A87DB. Grayscale: #727272. Windows color (decimal): -8030172 or 2390149. OLE color: 2390149.

HSL color Cylindrical-coordinate representation of color #857824: hue angle of 51.96º 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 #857824 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 36 -
CMYK 0 0.10 0.73 0.48
HSL 51.96º 0.57% 0.33% -
HSV(B) 51.96º 0.73% 0.52% -
XYZ 16.71 18.55 4.37 -
YUV 114.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 133 120 36 0 0.10 0.73 0.48 51.96 0.57 0.33
Hex 85 78 24 0 A 49 30 34 39 21
Octal 205 170 44 0 12 111 60 64 71 41
Binary 10000101 1111000 100100 0 1010 1001001 110000 110100 111001 100001

Color Harmonies of #857824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857824

Black with #857824

Text Example


Text Example

White with #857824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857824; }

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

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

background-color css

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

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

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

border-color css

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

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

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