Html Css Color HEX #857A35 Pesto

📋 copy color: '#857A35'

red 133 ◦ green 122 ◦ blue 53

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

Shades of Pesto #857A35

Tints of Pesto #857A35

RGB

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

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

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

R = 43.18%
G = 39.61%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#857A35 (or 0x857A35) is known color: Pesto. HEX triplet: 85, 7A and 35. RGB value is (133,122,53). Sum of RGB (Red+Green+Blue) = 133+122+53=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #857A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A35 is #7A85CA. Grayscale: #757575. Windows color (decimal): -8029643 or 3504773. OLE color: 3504773.

HSL color Cylindrical-coordinate representation of color #857A35: hue angle of 51.75º 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 #857A35 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 122 53 -
CMYK 0 0.08 0.60 0.48
HSL 51.75º 0.43% 0.36% -
HSV(B) 51.75º 0.6% 0.52% -
XYZ 17.28 19.16 6.16 -
YUV 117.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 133 122 53 0 0.08 0.60 0.48 51.75 0.43 0.36
Hex 85 7A 35 0 8 3C 30 34 2B 24
Octal 205 172 65 0 10 74 60 64 53 44
Binary 10000101 1111010 110101 0 1000 111100 110000 110100 101011 100100

Color Harmonies of #857A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A35

Black with #857A35

Text Example


Text Example

White with #857A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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