Html Css Color HEX #85752B Pesto

📋 copy color: '#85752B'

red 133 ◦ green 117 ◦ blue 43

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

Shades of Pesto #85752B

Tints of Pesto #85752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 45.39%
G = 39.93%
B = 14.68%

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

#85752B (or 0x85752B) is known color: Pesto. HEX triplet: 85, 75 and 2B. RGB value is (133,117,43). Sum of RGB (Red+Green+Blue) = 133+117+43=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85752B is #7A8AD4. Grayscale: #717171. Windows color (decimal): -8030933 or 2848133. OLE color: 2848133.

HSL color Cylindrical-coordinate representation of color #85752B: hue angle of 49.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85752B is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 43 -
CMYK 0 0.12 0.68 0.48
HSL 49.33º 0.51% 0.35% -
HSV(B) 49.33º 0.68% 0.52% -
XYZ 16.47 17.88 4.87 -
YUV 113.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 133 117 43 0 0.12 0.68 0.48 49.33 0.51 0.35
Hex 85 75 2B 0 C 44 30 31 33 23
Octal 205 165 53 0 14 104 60 61 63 43
Binary 10000101 1110101 101011 0 1100 1000100 110000 110001 110011 100011

Color Harmonies of #85752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85752B

Black with #85752B

Text Example


Text Example

White with #85752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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