Html Css Color HEX #857923 Pesto

📋 copy color: '#857923'

red 133 ◦ green 121 ◦ blue 35

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

Shades of Pesto #857923

Tints of Pesto #857923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.11%

R = 46.02%
G = 41.87%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#857923 (or 0x857923) is known color: Pesto. HEX triplet: 85, 79 and 23. RGB value is (133,121,35). Sum of RGB (Red+Green+Blue) = 133+121+35=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #857923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857923 is #7A86DC. Grayscale: #737373. Windows color (decimal): -8029917 or 2324869. OLE color: 2324869.

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

Color convert

RGB 133 121 35 -
CMYK 0 0.09 0.74 0.48
HSL 52.65º 0.58% 0.33% -
HSV(B) 52.65º 0.74% 0.52% -
XYZ 16.81 18.78 4.33 -
YUV 114.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 133 121 35 0 0.09 0.74 0.48 52.65 0.58 0.33
Hex 85 79 23 0 9 4A 30 35 3A 21
Octal 205 171 43 0 11 112 60 65 72 41
Binary 10000101 1111001 100011 0 1001 1001010 110000 110101 111010 100001

Color Harmonies of #857923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857923

Black with #857923

Text Example


Text Example

White with #857923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857923; }

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

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

background-color css

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

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

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

border-color css

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

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

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