Html Css Color HEX #85752A Pesto

📋 copy color: '#85752A'

red 133 ◦ green 117 ◦ blue 42

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

Shades of Pesto #85752A

Tints of Pesto #85752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.07%

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

R = 45.55%
G = 40.07%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85752A (or 0x85752A) is known color: Pesto. HEX triplet: 85, 75 and 2A. RGB value is (133,117,42). Sum of RGB (Red+Green+Blue) = 133+117+42=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85752A is #7A8AD5. Grayscale: #717171. Windows color (decimal): -8030934 or 2782597. OLE color: 2782597.

HSL color Cylindrical-coordinate representation of color #85752A: hue angle of 49.45º 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 #85752A is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 42 -
CMYK 0 0.12 0.68 0.48
HSL 49.45º 0.52% 0.34% -
HSV(B) 49.45º 0.68% 0.52% -
XYZ 16.45 17.88 4.77 -
YUV 113.23 87.8 142.1 -
System Red Green Blue C M Y K H S L
Decimal 133 117 42 0 0.12 0.68 0.48 49.45 0.52 0.34
Hex 85 75 2A 0 C 44 30 31 34 22
Octal 205 165 52 0 14 104 60 61 64 42
Binary 10000101 1110101 101010 0 1100 1000100 110000 110001 110100 100010

Color Harmonies of #85752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85752A

Black with #85752A

Text Example


Text Example

White with #85752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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