Html Css Color HEX #857622 Pesto

📋 copy color: '#857622'

red 133 ◦ green 118 ◦ blue 34

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

Shades of Pesto #857622

Tints of Pesto #857622

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.4%

 BLUE value IS 34 (13.67% from 255) = 11.93%

R = 46.67%
G = 41.4%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#857622 (or 0x857622) is known color: Pesto. HEX triplet: 85, 76 and 22. RGB value is (133,118,34). Sum of RGB (Red+Green+Blue) = 133+118+34=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #857622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857622 is #7A89DD. Grayscale: #717171. Windows color (decimal): -8030686 or 2258565. OLE color: 2258565.

HSL color Cylindrical-coordinate representation of color #857622: hue angle of 50.91º degrees, saturation: 0.59, 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 #857622 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 118 34 -
CMYK 0 0.11 0.74 0.48
HSL 50.91º 0.59% 0.33% -
HSV(B) 50.91º 0.74% 0.52% -
XYZ 16.44 18.06 4.13 -
YUV 112.91 83.47 142.33 -
System Red Green Blue C M Y K H S L
Decimal 133 118 34 0 0.11 0.74 0.48 50.91 0.59 0.33
Hex 85 76 22 0 B 4A 30 33 3B 21
Octal 205 166 42 0 13 112 60 63 73 41
Binary 10000101 1110110 100010 0 1011 1001010 110000 110011 111011 100001

Color Harmonies of #857622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857622

Black with #857622

Text Example


Text Example

White with #857622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857622; }

 p { color: rgb(133,118,34); }

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

background-color css

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

 a { background-color: rgb(133,118,34); }

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

border-color css

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

 span { border-color: rgb(133,118,34); }

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