Html Css Color HEX #857933 Pesto

📋 copy color: '#857933'

red 133 ◦ green 121 ◦ blue 51

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

Shades of Pesto #857933

Tints of Pesto #857933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.72%

R = 43.61%
G = 39.67%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#857933 (or 0x857933) is known color: Pesto. HEX triplet: 85, 79 and 33. RGB value is (133,121,51). Sum of RGB (Red+Green+Blue) = 133+121+51=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #857933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857933 is #7A86CC. Grayscale: #747474. Windows color (decimal): -8029901 or 3373445. OLE color: 3373445.

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

Color convert

RGB 133 121 51 -
CMYK 0 0.09 0.62 0.48
HSL 51.22º 0.45% 0.36% -
HSV(B) 51.22º 0.62% 0.52% -
XYZ 17.11 18.9 5.88 -
YUV 116.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 133 121 51 0 0.09 0.62 0.48 51.22 0.45 0.36
Hex 85 79 33 0 9 3E 30 33 2D 24
Octal 205 171 63 0 11 76 60 63 55 44
Binary 10000101 1111001 110011 0 1001 111110 110000 110011 101101 100100

Color Harmonies of #857933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857933

Black with #857933

Text Example


Text Example

White with #857933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857933; }

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

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

background-color css

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

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

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

border-color css

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

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

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