Html Css Color HEX #857C30 Pesto

📋 copy color: '#857C30'

red 133 ◦ green 124 ◦ blue 48

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

Shades of Pesto #857C30

Tints of Pesto #857C30

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.66%

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 43.61%
G = 40.66%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#857C30 (or 0x857C30) is known color: Pesto. HEX triplet: 85, 7C and 30. RGB value is (133,124,48). Sum of RGB (Red+Green+Blue) = 133+124+48=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #857C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C30 is #7A83CF. Grayscale: #767676. Windows color (decimal): -8029136 or 3177605. OLE color: 3177605.

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

Color convert

RGB 133 124 48 -
CMYK 0 0.07 0.64 0.48
HSL 53.65º 0.47% 0.35% -
HSV(B) 53.65º 0.64% 0.52% -
XYZ 17.41 19.62 5.66 -
YUV 118.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 133 124 48 0 0.07 0.64 0.48 53.65 0.47 0.35
Hex 85 7C 30 0 7 40 30 36 2F 23
Octal 205 174 60 0 7 100 60 66 57 43
Binary 10000101 1111100 110000 0 111 1000000 110000 110110 101111 100011

Color Harmonies of #857C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C30

Black with #857C30

Text Example


Text Example

White with #857C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,124,48); }

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

background-color css

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

 a { background-color: rgb(133,124,48); }

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

border-color css

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

 span { border-color: rgb(133,124,48); }

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