Html Css Color HEX #857935 Pesto

📋 copy color: '#857935'

red 133 ◦ green 121 ◦ blue 53

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

Shades of Pesto #857935

Tints of Pesto #857935

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

 BLUE value IS 53 (21.09% from 255) = 17.26%

R = 43.32%
G = 39.41%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#857935 (or 0x857935) is known color: Pesto. HEX triplet: 85, 79 and 35. RGB value is (133,121,53). Sum of RGB (Red+Green+Blue) = 133+121+53=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #857935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857935 is #7A86CA. Grayscale: #757575. Windows color (decimal): -8029899 or 3504517. OLE color: 3504517.

HSL color Cylindrical-coordinate representation of color #857935: hue angle of 51º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #857935 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 53 -
CMYK 0 0.09 0.60 0.48
HSL 51º 0.43% 0.36% -
HSV(B) 51º 0.6% 0.52% -
XYZ 17.15 18.92 6.12 -
YUV 116.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 133 121 53 0 0.09 0.60 0.48 51 0.43 0.36
Hex 85 79 35 0 9 3C 30 33 2B 24
Octal 205 171 65 0 11 74 60 63 53 44
Binary 10000101 1111001 110101 0 1001 111100 110000 110011 101011 100100

Color Harmonies of #857935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857935

Black with #857935

Text Example


Text Example

White with #857935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857935; }

 p { color: rgb(133,121,53); }

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

background-color css

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

 a { background-color: rgb(133,121,53); }

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

border-color css

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

 span { border-color: rgb(133,121,53); }

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