Html Css Color HEX #857833 Pesto

📋 copy color: '#857833'

red 133 ◦ green 120 ◦ blue 51

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

Shades of Pesto #857833

Tints of Pesto #857833

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.47%

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

R = 43.75%
G = 39.47%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#857833 (or 0x857833) is known color: Pesto. HEX triplet: 85, 78 and 33. RGB value is (133,120,51). Sum of RGB (Red+Green+Blue) = 133+120+51=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #857833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857833 is #7A87CC. Grayscale: #747474. Windows color (decimal): -8030157 or 3373189. OLE color: 3373189.

HSL color Cylindrical-coordinate representation of color #857833: hue angle of 50.49º 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 #857833 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 51 -
CMYK 0 0.10 0.62 0.48
HSL 50.49º 0.45% 0.36% -
HSV(B) 50.49º 0.62% 0.52% -
XYZ 16.99 18.66 5.84 -
YUV 116.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 133 120 51 0 0.10 0.62 0.48 50.49 0.45 0.36
Hex 85 78 33 0 A 3E 30 32 2D 24
Octal 205 170 63 0 12 76 60 62 55 44
Binary 10000101 1111000 110011 0 1010 111110 110000 110010 101101 100100

Color Harmonies of #857833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857833

Black with #857833

Text Example


Text Example

White with #857833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857833; }

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

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

background-color css

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

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

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

border-color css

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

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

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