Html Css Color HEX #857B2C Pesto

📋 copy color: '#857B2C'

red 133 ◦ green 123 ◦ blue 44

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

Shades of Pesto #857B2C

Tints of Pesto #857B2C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41%

 BLUE value IS 44 (17.58% from 255) = 14.67%

R = 44.33%
G = 41%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#857B2C (or 0x857B2C) is known color: Pesto. HEX triplet: 85, 7B and 2C. RGB value is (133,123,44). Sum of RGB (Red+Green+Blue) = 133+123+44=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #857B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B2C is #7A84D3. Grayscale: #757575. Windows color (decimal): -8029396 or 2915205. OLE color: 2915205.

HSL color Cylindrical-coordinate representation of color #857B2C: hue angle of 53.26º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #857B2C is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 123 44 -
CMYK 0 0.08 0.67 0.48
HSL 53.26º 0.5% 0.35% -
HSV(B) 53.26º 0.67% 0.52% -
XYZ 17.21 19.33 5.21 -
YUV 116.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 133 123 44 0 0.08 0.67 0.48 53.26 0.5 0.35
Hex 85 7B 2C 0 8 43 30 35 32 23
Octal 205 173 54 0 10 103 60 65 62 43
Binary 10000101 1111011 101100 0 1000 1000011 110000 110101 110010 100011

Color Harmonies of #857B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B2C

Black with #857B2C

Text Example


Text Example

White with #857B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857B2C; }

 p { color: rgb(133,123,44); }

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

background-color css

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

 a { background-color: rgb(133,123,44); }

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

border-color css

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

 span { border-color: rgb(133,123,44); }

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