Html Css Color HEX #85791D Pesto

📋 copy color: '#85791D'

red 133 ◦ green 121 ◦ blue 29

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

Shades of Pesto #85791D

Tints of Pesto #85791D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 47%
G = 42.76%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85791D (or 0x85791D) is known color: Pesto. HEX triplet: 85, 79 and 1D. RGB value is (133,121,29). Sum of RGB (Red+Green+Blue) = 133+121+29=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #85791D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85791D is #7A86E2. Grayscale: #727272. Windows color (decimal): -8029923 or 1931653. OLE color: 1931653.

HSL color Cylindrical-coordinate representation of color #85791D: hue angle of 53.08º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85791D is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 29 -
CMYK 0 0.09 0.78 0.48
HSL 53.08º 0.64% 0.32% -
HSV(B) 53.08º 0.78% 0.52% -
XYZ 16.73 18.75 3.9 -
YUV 114.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 133 121 29 0 0.09 0.78 0.48 53.08 0.64 0.32
Hex 85 79 1D 0 9 4E 30 35 40 20
Octal 205 171 35 0 11 116 60 65 100 40
Binary 10000101 1111001 11101 0 1001 1001110 110000 110101 1000000 100000

Color Harmonies of #85791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85791D

Black with #85791D

Text Example


Text Example

White with #85791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85791D; }

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

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

background-color css

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

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

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

border-color css

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

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

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