Html Css Color HEX #857525 Pesto

📋 copy color: '#857525'

red 133 ◦ green 117 ◦ blue 37

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

Shades of Pesto #857525

Tints of Pesto #857525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.89%

R = 46.34%
G = 40.77%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#857525 (or 0x857525) is known color: Pesto. HEX triplet: 85, 75 and 25. RGB value is (133,117,37). Sum of RGB (Red+Green+Blue) = 133+117+37=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #857525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857525 is #7A8ADA. Grayscale: #717171. Windows color (decimal): -8030939 or 2454917. OLE color: 2454917.

HSL color Cylindrical-coordinate representation of color #857525: hue angle of 50º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #857525 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 37 -
CMYK 0 0.12 0.72 0.48
HSL 50º 0.56% 0.33% -
HSV(B) 50º 0.72% 0.52% -
XYZ 16.37 17.84 4.33 -
YUV 112.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 133 117 37 0 0.12 0.72 0.48 50 0.56 0.33
Hex 85 75 25 0 C 48 30 32 38 21
Octal 205 165 45 0 14 110 60 62 70 41
Binary 10000101 1110101 100101 0 1100 1001000 110000 110010 111000 100001

Color Harmonies of #857525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857525

Black with #857525

Text Example


Text Example

White with #857525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857525; }

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

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

background-color css

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

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

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

border-color css

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

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

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